1996-02-02 12:48:46 -05:00
|
|
|
# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-09-12 23:50:58 -04:00
|
|
|
|
2001-02-12 03:53:33 -05:00
|
|
|
.PATH: ${.CURDIR}/../libc/stdtime ${.CURDIR}/../locale
|
1994-09-12 23:50:58 -04:00
|
|
|
|
1997-10-21 04:41:15 -04:00
|
|
|
SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c
|
1997-05-02 23:50:06 -04:00
|
|
|
|
|
|
|
|
.if ${LIB} == "c"
|
2001-03-27 12:27:19 -05:00
|
|
|
MAN+= ctime.3 strftime.3 strptime.3 time2posix.3
|
|
|
|
|
MAN+= tzfile.5
|
1994-09-12 23:50:58 -04:00
|
|
|
|
1994-09-13 17:26:08 -04:00
|
|
|
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
|
2000-11-12 11:17:53 -05:00
|
|
|
ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3 \
|
|
|
|
|
ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
|
|
|
|
|
ctime.3 asctime_r.3
|
1996-02-02 12:48:46 -05:00
|
|
|
MLINKS+=time2posix.3 posix2time.3
|
1997-05-02 23:50:06 -04:00
|
|
|
.endif
|