From 06c779979afdce3ff0482c42ff0297a38abf873e Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 7 Mar 1998 09:48:14 +0000 Subject: Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Override the default it it is wrong. Don't override defaults when the defaults are correct. --- usr.sbin/lpr/lpq/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr.sbin/lpr/lpq/Makefile') diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile index 7b2cdc487a4c..766849983854 100644 --- a/usr.sbin/lpr/lpq/Makefile +++ b/usr.sbin/lpr/lpq/Makefile @@ -1,15 +1,14 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id: Makefile,v 1.3 1997/12/02 20:46:03 wollman Exp $ +# $Id: Makefile,v 1.4 1997/12/16 17:53:28 bde Exp $ PROG= lpq CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS} -SRCS= lpq.c +DPADD= ${LIBLPR} +LDADD= ${LIBLPR} + BINOWN= root BINGRP= daemon BINMODE=6555 BINDIR= /usr/bin -MAN1= lpq.1 -DPADD= ${.OBJDIR}/../common_source/liblpr.a -LDADD= -L${.OBJDIR}/../common_source -llpr .include -- cgit v1.2.3