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