diff options
author | bde <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-10-15 16:16:41 +0000 |
commit | ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62 (patch) | |
tree | 996db595d6cfe17fb2d42bb8a87dfbc0ed57c2a4 /lib/libc/stdtime/Makefile.inc | |
parent | edce646e6cec03bcb56bfcba4ee7cb8ea8d242c7 (diff) | |
download | FreeBSD-src-ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62.zip FreeBSD-src-ef5c98dd4552a60c77815d0cc9d9b7c5e80ceb62.tar.gz |
Removed the subdirectory paths from the definitions of MAN[1-9]. They
were a workaround for limitations in bsd.man.mk that were fixed about
2 years ago.
Diffstat (limited to 'lib/libc/stdtime/Makefile.inc')
-rw-r--r-- | lib/libc/stdtime/Makefile.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/stdtime/Makefile.inc b/lib/libc/stdtime/Makefile.inc index 246be28..3a876ed 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 |