Added NetBSD's YP code.
authorPaul Richards <paul@isl.cf.ac.uk>
Mon, 1 Nov 1993 23:54:25 +0000 (23:54 +0000)
committerPaul Richards <paul@isl.cf.ac.uk>
Mon, 1 Nov 1993 23:54:25 +0000 (23:54 +0000)
lib/libc/Makefile

index c2d3b8e..52d96c8 100644 (file)
@@ -6,7 +6,7 @@
 # from CFLAGS below.  To remove these strings from just the system call
 # stubs, remove just -DSYSLIBC_SCCS from CFLAGS.
 LIB=c
 # from CFLAGS below.  To remove these strings from just the system call
 # stubs, remove just -DSYSLIBC_SCCS from CFLAGS.
 LIB=c
-CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
+CFLAGS+= -DYP -DLIBC_SCCS -DSYSLIBC_SCCS
 AINC=  -I${.CURDIR}/${MACHINE}
 
 .include "${.CURDIR}/compat-43/Makefile.inc"
 AINC=  -I${.CURDIR}/${MACHINE}
 
 .include "${.CURDIR}/compat-43/Makefile.inc"
@@ -19,5 +19,6 @@ AINC= -I${.CURDIR}/${MACHINE}
 .include "${.CURDIR}/string/Makefile.inc"
 .include "${.CURDIR}/sys/Makefile.inc"
 .include "${.CURDIR}/rpc/Makefile.inc"
 .include "${.CURDIR}/string/Makefile.inc"
 .include "${.CURDIR}/sys/Makefile.inc"
 .include "${.CURDIR}/rpc/Makefile.inc"
+.include "${.CURDIR}/yp/Makefile.inc"
 
 .include <bsd.lib.mk>
 
 .include <bsd.lib.mk>