15 lines
488 B
Makefile
15 lines
488 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 1999/08/24 15:52:52 bouyer Exp $
|
|
|
|
CPPFLAGS+=-UCMUCS -UCMU -UMACH -DVAR_TMP -DHAS_DAEMON -DHAS_POSIX_DIR -DLIBWRAP
|
|
CPPFLAGS+=-I${.CURDIR}/../source -I${.CURDIR}/../lib -I${.CURDIR}/../sys
|
|
CPPFLAGS+=-DEE_XXX
|
|
|
|
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
|