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/i386/sys | |
| parent | 048e7033373fc7549a2ec3345c84701e0b6c4c45 (diff) | |
Notes
Diffstat (limited to 'lib/libc/i386/sys')
| -rw-r--r-- | lib/libc/i386/sys/Makefile.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index 6774dd3425a9..6a83dec8bbaf 100644 --- a/lib/libc/i386/sys/Makefile.inc +++ b/lib/libc/i386/sys/Makefile.inc @@ -1,10 +1,13 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $Id$ +# $Id: Makefile.inc,v 1.5 1997/05/03 03:49:56 jb Exp $ -.PATH: ${.CURDIR}/${MACHINE}/sys +.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 MLINKS+=i386_get_ldt.2 i386_set_ldt.2 +.endif |
