Home | History | Annotate | Line # | Download | only in lpr
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 2001/01/07 08:00:58 enami Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
      6 CPPFLAGS+=-I${.CURDIR}/../common_source
      7 DPADD+=	${LIBCOMMON}/libcommon.a
      8 LDADD+=	-L${LIBCOMMON} -lcommon
      9 
     10 .if exists(${.CURDIR}/../../Makefile.inc)
     11 .include "${.CURDIR}/../../Makefile.inc"
     12 .endif
     13