Home | History | Annotate | Line # | Download | only in lpr
Makefile.inc revision 1.7
      1  1.7       tls #	$NetBSD: Makefile.inc,v 1.7 2007/05/28 12:06:37 tls Exp $
      2  1.1       mrg 
      3  1.5     enami .include <bsd.own.mk>
      4  1.5     enami 
      5  1.7       tls USE_FORT?=yes	# network client/server *and* setgid
      6  1.7       tls 
      7  1.6  christos WARNS=4
      8  1.5     enami LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
      9  1.4     lukem CPPFLAGS+=-I${.CURDIR}/../common_source
     10  1.2     lukem DPADD+=	${LIBCOMMON}/libcommon.a
     11  1.2     lukem LDADD+=	-L${LIBCOMMON} -lcommon
     12  1.2     lukem 
     13  1.3     lukem .if exists(${.CURDIR}/../../Makefile.inc)
     14  1.3     lukem .include "${.CURDIR}/../../Makefile.inc"
     15  1.3     lukem .endif
     16