Deleted Added
full compact
Makefile.inc (30447) Makefile.inc (30624)
1# Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp
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 $
2# $Id: Makefile.inc,v 1.6 1997/10/15 16:16:21 bde Exp $
3
4.PATH: ${.CURDIR}/../libc/stdtime
5
3
4.PATH: ${.CURDIR}/../libc/stdtime
5
6SRCS+= asctime.c localtime.c strftime.c difftime.c timelocal.c strptime.c
6SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c
7
8.if ${LIB} == "c"
7
8.if ${LIB} == "c"
9MAN3+= ctime.3 strftime.3 strptime.3 time2posix.3
9MAN5+= tzfile.5
10MAN5+= 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
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