summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-05 12:56:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-05 12:56:11 +0000
commit7e8ba13c1858637372a6d1fa599db0527a4a7b8c (patch)
tree83111c8b25fc9097c093e449ba44a00e0a9b56c5 /lib/libc/Makefile
parent617bd3b3e0fc2bf27df9f1a45617cb749cdba7b2 (diff)
bsd.own.mk before YP test
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 3f0342d7744..1edd5bcc017 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 1996/09/04 22:52:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 1996/09/05 12:56:10 deraadt Exp $
#
# All library objects contain sccsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@@ -13,6 +13,8 @@
# The YP functions are always in libc. To choose that getpwent() and friends
# actually call the YP functions, put -DYP on the CFLAGS line below.
+.include <bsd.own.mk>
+
LIB=c
CFLAGS+=-DNLS -DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/include
.if defined(YP)