From b732d6bad565d111295844178428e42b554994ad Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 16 Dec 1997 17:53:39 +0000 Subject: Fixed DPADD. --- usr.sbin/lpr/pac/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/lpr/pac') diff --git a/usr.sbin/lpr/pac/Makefile b/usr.sbin/lpr/pac/Makefile index 758045c3a131..188dcc859221 100644 --- a/usr.sbin/lpr/pac/Makefile +++ b/usr.sbin/lpr/pac/Makefile @@ -1,11 +1,12 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.3 1997/12/02 20:46:18 wollman Exp $ PROG= pac CFLAGS+=-I${.CURDIR}/../common_source MAN8= pac.8 SRCS= pac.c .PATH: ${.CURDIR}/../common_source +DPADD= ${.OBJDIR}/../common_source/liblpr.a LDADD= -L${.OBJDIR}/../common_source -llpr .include "../../Makefile.inc" -- cgit v1.2.3