12 lines
354 B
Makefile
12 lines
354 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 1997/10/18 06:43:11 lukem Exp $
|
|
|
|
LIBCOMMON != cd ${.CURDIR}/../common;\
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
|
CFLAGS+=-I${.CURDIR}/../common
|
|
DPADD+= ${LIBCOMMON}/libcommon.a
|
|
LDADD+= -L${LIBCOMMON} -lcommon
|
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
.endif
|