1998-06-08 10:53:47 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.5 1998/06/08 06:53:47 lukem Exp $
|
1996-08-09 14:14:49 +04:00
|
|
|
|
1997-10-02 18:16:12 +04:00
|
|
|
LIBCOMMON != cd ${.CURDIR}/../common;\
|
|
|
|
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
|
1997-10-25 10:57:53 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../common
|
1998-06-08 10:53:47 +04:00
|
|
|
DPADD+= ${LIBCOMMON}/libcommon.a ${LIBUTIL}
|
|
|
|
LDADD+= -L${LIBCOMMON} -lcommon -lutil
|
1997-10-02 18:16:12 +04:00
|
|
|
|
1997-10-18 10:42:25 +04:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|