Makefile.inc revision 30624
1#	Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
2#	$Id: Makefile.inc,v 1.6 1997/10/15 16:16:21 bde Exp $
3
4.PATH:	${.CURDIR}/../libc/stdtime
5
6SRCS+=	asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c
7
8.if ${LIB} == "c"
9MAN3+=	ctime.3 strftime.3 strptime.3 time2posix.3
10MAN5+=	tzfile.5
11
12MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
13	ctime.3 localtime.3 ctime.3 mktime.3
14MLINKS+=time2posix.3 posix2time.3
15.endif
16