xref: /netbsd/usr.sbin/bootp/Makefile.inc (revision 4147a3c5)
1#	$NetBSD: Makefile.inc,v 1.3 2007/05/28 12:06:34 tls Exp $
2
3.include <bsd.own.mk>
4
5USE_FORT?= yes	# network client/server
6
7LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
8CPPFLAGS+=-I${.CURDIR}/../common
9DPADD+=	${LIBCOMMON}/libcommon.a
10LDADD+=	-L${LIBCOMMON} -lcommon
11
12.if exists(${.CURDIR}/../../Makefile.inc)
13.include "${.CURDIR}/../../Makefile.inc"
14.endif
15