diff options
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 |