From d3607b7ed922720a17174f18b989376a78a77a91 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 7 Mar 1998 09:49:12 +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. Don't give absolute paths to man page sources. --- usr.sbin/mrouted/mtrace/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.sbin/mrouted/mtrace/Makefile') diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile index 1927f0d..c1eae50 100644 --- a/usr.sbin/mrouted/mtrace/Makefile +++ b/usr.sbin/mrouted/mtrace/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.7 1997/02/22 16:07:39 peter Exp $ PROG= mtrace @@ -6,8 +6,7 @@ S= ${.CURDIR}/.. .PATH: $S CFLAGS+= -I$S -SRCS= mtrace.c -MAN8= ${.CURDIR}/../mtrace.8 +MAN8= mtrace.8 BINOWN= root BINMODE=4555 -- cgit v1.1