Home | History | Annotate | Line # | Download | only in lpr
      1  1.8  lukem #	$NetBSD: Makefile.inc,v 1.8 2009/04/22 15:23:05 lukem 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.5  enami LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
      8  1.4  lukem CPPFLAGS+=-I${.CURDIR}/../common_source
      9  1.2  lukem DPADD+=	${LIBCOMMON}/libcommon.a
     10  1.2  lukem LDADD+=	-L${LIBCOMMON} -lcommon
     11  1.2  lukem 
     12  1.3  lukem .if exists(${.CURDIR}/../../Makefile.inc)
     13  1.3  lukem .include "${.CURDIR}/../../Makefile.inc"
     14  1.3  lukem .endif
     15