summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc/Makefile
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/lpc/Makefile
parent40ee54fd84cf15e0e340d25925effdeefab8396e (diff)
downloadFreeBSD-src-95d8dee8a02fe37d83b069197926d42985aacfdb.zip
FreeBSD-src-95d8dee8a02fe37d83b069197926d42985aacfdb.tar.gz
Fixed DPADD.
Diffstat (limited to 'usr.sbin/lpr/lpc/Makefile')
-rw-r--r--usr.sbin/lpr/lpc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile
index 8d1326e..cf3412d 100644
--- a/usr.sbin/lpr/lpc/Makefile
+++ b/usr.sbin/lpr/lpc/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.3 1997/12/02 20:45:35 wollman Exp $
PROG= lpc
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
@@ -8,6 +8,7 @@ SRCS= lpc.c cmds.c cmdtab.c
BINGRP= daemon
BINMODE=2555
.PATH: ${.CURDIR}/../common_source
+DPADD= ${.OBJDIR}/../common_source/liblpr.a
LDADD= -L${.OBJDIR}/../common_source -llpr
.include "../../Makefile.inc"
OpenPOWER on IntegriCloud