1996-02-02 17:48:46 +00:00
|
|
|
# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-09-13 03:50:58 +00:00
|
|
|
|
1997-05-03 03:50:06 +00:00
|
|
|
.PATH: ${.CURDIR}/../libc/stdtime
|
1994-09-13 03:50:58 +00:00
|
|
|
|
1997-10-21 08:41:15 +00:00
|
|
|
SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c
|
1997-05-03 03:50:06 +00:00
|
|
|
|
|
|
|
.if ${LIB} == "c"
|
1997-10-21 08:41:15 +00:00
|
|
|
MAN3+= ctime.3 strftime.3 strptime.3 time2posix.3
|
1997-10-15 16:16:41 +00:00
|
|
|
MAN5+= tzfile.5
|
1994-09-13 03:50:58 +00:00
|
|
|
|
1994-09-13 21:26:08 +00:00
|
|
|
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
|
1998-04-20 00:52:32 +00:00
|
|
|
ctime.3 localtime.3 ctime.3 mktime.3 ctime.3 timegm.3
|
1996-02-02 17:48:46 +00:00
|
|
|
MLINKS+=time2posix.3 posix2time.3
|
1997-05-03 03:50:06 +00:00
|
|
|
.endif
|