Added -I${.CURDIR}/include to CFLAGS, for upcoming library-private

header files (namespace.h, etc.).
This commit is contained in:
jtc 1995-02-01 09:09:01 +00:00
parent 84f3c8231d
commit e5a10891db

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.2 (Berkeley) 3/5/91
# $Id: Makefile,v 1.32 1995/01/30 12:21:41 cgd Exp $
# $Id: Makefile,v 1.33 1995/02/01 09:09:01 jtc Exp $
#
# All library objects contain sccsid strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
@ -15,7 +15,7 @@
# actually call the YP functions, put -DYP on the CFLAGS line below.
LIB=c
CFLAGS+=-DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS
CFLAGS+=-DNLS -DYP -DLIBC_SCCS -DSYSLIBC_SCCS -I${.CURDIR}/include
AINC= -I${.CURDIR}/arch/${MACHINE_ARCH}
.if defined(DESTDIR)
AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include