NetBSD/usr.sbin/lpr/Makefile.inc

14 lines
355 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.6 2005/11/28 03:26:06 christos Exp $
2001-01-07 11:00:54 +03:00
.include <bsd.own.mk>
WARNS=4
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