diff options
author | bde <bde@FreeBSD.org> | 1997-12-16 17:53:39 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-12-16 17:53:39 +0000 |
commit | 95d8dee8a02fe37d83b069197926d42985aacfdb (patch) | |
tree | a8fd97962c18413f303a57cd0531f21edd0b9fdb /usr.sbin/lpr/lpq/Makefile | |
parent | 40ee54fd84cf15e0e340d25925effdeefab8396e (diff) | |
download | FreeBSD-src-95d8dee8a02fe37d83b069197926d42985aacfdb.zip FreeBSD-src-95d8dee8a02fe37d83b069197926d42985aacfdb.tar.gz |
Fixed DPADD.
Diffstat (limited to 'usr.sbin/lpr/lpq/Makefile')
-rw-r--r-- | usr.sbin/lpr/lpq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile index c0938ed..7b2cdc4 100644 --- a/usr.sbin/lpr/lpq/Makefile +++ b/usr.sbin/lpr/lpq/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1997/12/02 20:46:03 wollman Exp $ PROG= lpq CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} @@ -9,6 +9,7 @@ BINGRP= daemon BINMODE=6555 BINDIR= /usr/bin MAN1= lpq.1 +DPADD= ${.OBJDIR}/../common_source/liblpr.a LDADD= -L${.OBJDIR}/../common_source -llpr .include <bsd.prog.mk> |