diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-03-07 09:49:12 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-07 09:49:12 +0000 |
commit | b5f50e315864c2ea17348294e97a06e8f3186035 (patch) | |
tree | 660fab1a4604a8ffb7fdb4f6bec89753474fe9ae /usr.sbin/mrouted/mtrace | |
parent | 06c779979afdce3ff0482c42ff0297a38abf873e (diff) |
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.
Notes
Notes:
svn path=/head/; revision=34161
Diffstat (limited to 'usr.sbin/mrouted/mtrace')
-rw-r--r-- | usr.sbin/mrouted/mtrace/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile index 1927f0d35f53..c1eae508501e 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 |