1 # $NetBSD: Makefile.inc,v 1.7 2007/05/28 12:06:37 tls Exp $
5 USE_FORT?=yes # network client/server *and* setgid
7 LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
8 CPPFLAGS+=-I${.CURDIR}/../common_source
9 DPADD+= ${LIBCOMMON}/libcommon.a
10 LDADD+= -L${LIBCOMMON} -lcommon
12 .if exists(${.CURDIR}/../../Makefile.inc)
13 .include "${.CURDIR}/../../Makefile.inc"