diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1997-06-24 03:51:39 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1997-06-24 03:51:39 +0000 |
| commit | df8754fbcf481cf116429b354bc7a24c47c7a4c1 (patch) | |
| tree | d460602e1e308c87bee98f9865069c73734235c8 /lib/libc/stdtime | |
| parent | 048e7033373fc7549a2ec3345c84701e0b6c4c45 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -rw-r--r-- | lib/libc/stdtime/Makefile.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc index cdc737e18edd..d66dcfaf0e26 100644 --- a/lib/libc/stdtime/Makefile.inc +++ b/lib/libc/stdtime/Makefile.inc @@ -1,11 +1,16 @@ # Makefile.inc,v 1.2 1994/09/13 21:26:01 wollman Exp +# $Id: Makefile.inc,v 1.4 1997/05/03 03:50:04 jb Exp $ -.PATH: ${.CURDIR}/stdtime +.PATH: ${.CURDIR}/../libc/stdtime SRCS+= asctime.c localtime.c strftime.c difftime.c + +# Only build man pages with libc. +.if ${LIB} == "c" MAN5+= stdtime/tzfile.5 MAN3+= stdtime/ctime.3 stdtime/strftime.3 stdtime/time2posix.3 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \ ctime.3 localtime.3 ctime.3 mktime.3 MLINKS+=time2posix.3 posix2time.3 +.endif |
