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/lpc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/lpr/lpc/Makefile') diff --git a/usr.sbin/lpr/lpc/Makefile b/usr.sbin/lpr/lpc/Makefile index 8d1326e9343c..cf3412d95b80 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" -- cgit v1.2.3