NetBSD/usr.sbin/lpr/Makefile.inc

15 lines
396 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.8 2009/04/22 15:23:05 lukem Exp $
2001-01-07 11:00:54 +03:00
.include <bsd.own.mk>
2007-05-28 16:06:17 +04:00
USE_FORT?=yes # network client/server *and* setgid
2001-01-07 11:00:54 +03:00
LIBCOMMON != cd ${.CURDIR}/../common_source && ${PRINTOBJDIR}
1997-10-25 10:57:53 +04:00
CPPFLAGS+=-I${.CURDIR}/../common_source
DPADD+= ${LIBCOMMON}/libcommon.a
LDADD+= -L${LIBCOMMON} -lcommon
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif