summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-10-16 14:26:13 +0000
committerbde <bde@FreeBSD.org>1997-10-16 14:26:13 +0000
commit995cfe36a0bb144642e1f2d936ce4d2900326b90 (patch)
tree662755d8fb77855765503df12ef31bb2020f9aa6 /lib/libc/i386
parentfd943454deb6ae134e5586a8f2be72da4dbcff71 (diff)
downloadFreeBSD-src-995cfe36a0bb144642e1f2d936ce4d2900326b90.zip
FreeBSD-src-995cfe36a0bb144642e1f2d936ce4d2900326b90.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/i386')
-rw-r--r--lib/libc/i386/sys/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc
index 0cf1aad..3499610 100644
--- a/lib/libc/i386/sys/Makefile.inc
+++ b/lib/libc/i386/sys/Makefile.inc
@@ -1,13 +1,12 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
-# $Id: Makefile.inc,v 1.4 1997/02/22 14:59:27 peter Exp $
+# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $
.PATH: ${.CURDIR}/../libc/${MACHINE}/sys
SRCS+= i386_get_ldt.c i386_set_ldt.c
-# Only build man pages with libc.
.if ${LIB} == "c"
-MAN2+= i386/sys/i386_get_ldt.2
+MAN2+= i386_get_ldt.2
MLINKS+=i386_get_ldt.2 i386_set_ldt.2
.endif
OpenPOWER on IntegriCloud