New sentence, new line.
[netbsd-mini2440.git] / usr.sbin / lpr / Makefile.inc
blob7ba27e5596807bb20aa5aefa9280fefbc08a5755
1 #       $NetBSD: Makefile.inc,v 1.7 2007/05/28 12:06:37 tls Exp $
3 .include <bsd.own.mk>
5 USE_FORT?=yes   # network client/server *and* setgid
7 LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
8 CPPFLAGS+=-I${.CURDIR}/../common_source
9 DPADD+= ${LIBCOMMON}/libcommon.a
10 LDADD+= -L${LIBCOMMON} -lcommon
12 .if exists(${.CURDIR}/../../Makefile.inc)
13 .include "${.CURDIR}/../../Makefile.inc"
14 .endif