summaryrefslogtreecommitdiff
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-10-15 16:16:41 +0000
committerBruce Evans <bde@FreeBSD.org>1997-10-15 16:16:41 +0000
commit2bc3b4d735463264a45316eebe355c350cb92a0c (patch)
tree48af6666877557ec551cbe874c4e7ecdfcfc0356 /lib/libc/stdtime
parent65068df9af9d595e211ce5699513b205289fd671 (diff)
Notes
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/Makefile.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc
index 246be284987c..3a876ed81e31 100644
--- a/lib/libc/stdtime/Makefile.inc
+++ b/lib/libc/stdtime/Makefile.inc
@@ -1,15 +1,14 @@
# 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 $
+# $Id: Makefile.inc,v 1.5 1997/08/09 15:43:51 joerg Exp $
.PATH: ${.CURDIR}/../libc/stdtime
SRCS+= asctime.c localtime.c strftime.c difftime.c timelocal.c strptime.c
-# Only build man pages with libc.
.if ${LIB} == "c"
-MAN5+= stdtime/tzfile.5
-MAN3+= stdtime/ctime.3 stdtime/strftime.3 stdtime/time2posix.3
-MAN3+= stdtime/strptime.3
+MAN5+= tzfile.5
+MAN3+= ctime.3 strftime.3 time2posix.3
+MAN3+= strptime.3
MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
ctime.3 localtime.3 ctime.3 mktime.3