Home | History | Annotate | Line # | Download | only in lpr
      1 #	$NetBSD: Makefile.inc,v 1.8 2009/04/22 15:23:05 lukem Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 USE_FORT?=yes	# network client/server *and* setgid
      6 
      7 LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
      8 CPPFLAGS+=-I${.CURDIR}/../common_source
      9 DPADD+=	${LIBCOMMON}/libcommon.a
     10 LDADD+=	-L${LIBCOMMON} -lcommon
     11 
     12 .if exists(${.CURDIR}/../../Makefile.inc)
     13 .include "${.CURDIR}/../../Makefile.inc"
     14 .endif
     15