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