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