2001-01-07 11:00:54 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.5 2001/01/07 08:00:58 enami Exp $
|
1997-10-05 19:11:58 +04:00
|
|
|
|
2001-01-07 11:00:54 +03:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
|
1997-10-25 10:57:53 +04:00
|
|
|
CPPFLAGS+=-I${.CURDIR}/../common_source
|
1997-10-10 13:26:35 +04:00
|
|
|
DPADD+= ${LIBCOMMON}/libcommon.a
|
|
|
|
LDADD+= -L${LIBCOMMON} -lcommon
|
|
|
|
|
1997-10-18 10:42:25 +04:00
|
|
|
.if exists(${.CURDIR}/../../Makefile.inc)
|
|
|
|
.include "${.CURDIR}/../../Makefile.inc"
|
|
|
|
.endif
|