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