summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mtrace/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-07 09:49:12 +0000
committerbde <bde@FreeBSD.org>1998-03-07 09:49:12 +0000
commitd3607b7ed922720a17174f18b989376a78a77a91 (patch)
tree1c24c45597a7d232df365c6114ec3143df8458d4 /usr.sbin/mrouted/mtrace/Makefile
parent2f15ee67243320d906c911e1d8c24806b7bc4ed2 (diff)
downloadFreeBSD-src-d3607b7ed922720a17174f18b989376a78a77a91.zip
FreeBSD-src-d3607b7ed922720a17174f18b989376a78a77a91.tar.gz
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.
Diffstat (limited to 'usr.sbin/mrouted/mtrace/Makefile')
-rw-r--r--usr.sbin/mrouted/mtrace/Makefile5
1 files changed, 2 insertions, 3 deletions
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
OpenPOWER on IntegriCloud