summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/chkprintcap
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-12-16 17:53:39 +0000
committerbde <bde@FreeBSD.org>1997-12-16 17:53:39 +0000
commit95d8dee8a02fe37d83b069197926d42985aacfdb (patch)
treea8fd97962c18413f303a57cd0531f21edd0b9fdb /usr.sbin/lpr/chkprintcap
parent40ee54fd84cf15e0e340d25925effdeefab8396e (diff)
downloadFreeBSD-src-95d8dee8a02fe37d83b069197926d42985aacfdb.zip
FreeBSD-src-95d8dee8a02fe37d83b069197926d42985aacfdb.tar.gz
Fixed DPADD.
Diffstat (limited to 'usr.sbin/lpr/chkprintcap')
-rw-r--r--usr.sbin/lpr/chkprintcap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/chkprintcap/Makefile b/usr.sbin/lpr/chkprintcap/Makefile
index 9d6160c..3fc24ae 100644
--- a/usr.sbin/lpr/chkprintcap/Makefile
+++ b/usr.sbin/lpr/chkprintcap/Makefile
@@ -1,9 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.1 1997/12/02 20:45:07 wollman Exp $
PROG= chkprintcap
MAN8= chkprintcap.8
CFLAGS+=-I${.CURDIR}/../common_source -Wall -Werror
.PATH: ${.CURDIR}/../common_source
+DPADD= ${.OBJDIR}/../common_source/liblpr.a
LDADD= -L${.OBJDIR}/../common_source -llpr
.include "../../Makefile.inc"
OpenPOWER on IntegriCloud