summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-07 23:04:55 +0000
committerwollman <wollman@FreeBSD.org>1994-08-07 23:04:55 +0000
commit905766ce2428b3b5027288a3dffb617ae26acd77 (patch)
treea22dccfd6af5c0cdfaa4d0fcee183dde076b2e77 /lib/libc/Makefile
parent530c56198017280afd90caacdbca824db2c0da99 (diff)
downloadFreeBSD-src-905766ce2428b3b5027288a3dffb617ae26acd77.zip
FreeBSD-src-905766ce2428b3b5027288a3dffb617ae26acd77.tar.gz
Add back in the YP code from 1.1.5. (This attribution brought to you
by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 7df1124..17803fc 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -23,6 +23,12 @@ INSTALL_PIC_ARCHIVE= yes
.include "${.CURDIR}/stdlib/Makefile.inc"
.include "${.CURDIR}/string/Makefile.inc"
.include "${.CURDIR}/sys/Makefile.inc"
+.include "${.CURDIR}/rpc/Makefile.inc"
+.include "${.CURDIR}/xdr/Makefile.inc"
+.if !defined(NO_YP_LIBC)
+CFLAGS+= -DYP
+.include "${.CURDIR}/yp/Makefile.inc"
+.endif
KQSRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \
OpenPOWER on IntegriCloud