NetBSD/usr.sbin/bootp/Makefile.inc

15 lines
368 B
PHP
Raw Normal View History

2007-05-28 16:06:17 +04:00
# $NetBSD: Makefile.inc,v 1.3 2007/05/28 12:06:34 tls Exp $
2001-01-07 11:00:54 +03:00
.include <bsd.own.mk>
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network client/server
2001-01-07 11:00:54 +03:00
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
DPADD+= ${LIBCOMMON}/libcommon.a
LDADD+= -L${LIBCOMMON} -lcommon
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif