14 lines
458 B
Makefile
14 lines
458 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 1997/10/25 06:58:48 lukem Exp $
|
|
|
|
CPPFLAGS+=-UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR
|
|
CPPFLAGS+=-I${.CURDIR}/../source -I${.CURDIR}/../lib -I${.CURDIR}/../sys
|
|
|
|
LIBSUPDIR != cd ${.CURDIR}/../lib;\
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
|
LIBSUP= ${LIBSUPDIR}/libsup.a
|
|
SUPLIB= -L${LIBSUPDIR} -lsup
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|