1997-10-25 10:57:53 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 1997/10/25 06:58:22 lukem Exp $
|
1997-03-17 01:23:34 +03:00
|
|
|
|
1997-10-16 11:36: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
|
1997-10-16 11:36:12 +04:00
|
|
|
DPADD+= ${LIBKVM} ${LIBCOMMON}/libcommon.a
|
|
|
|
LDADD+= -lkvm -L${LIBCOMMON} -lcommon
|
1997-04-18 01:08:57 +04:00
|
|
|
|
1997-10-18 10:42:25 +04:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|