aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-04 19:54:56 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-04 19:54:56 +0000
commit3e75029a9b64a887d638e2725bb98f8ddf9acae9 (patch)
tree6713c3b60a7f4609d5b242d24ce0385d262f16be /usr.sbin/mrouted
parentcaee217652e7a4e432e1b7d5b9e131f899f336dc (diff)
Notes
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/mrouted/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile
index ad3bf3e5ecb3..6cc24624001e 100644
--- a/usr.sbin/mrouted/mrouted/Makefile
+++ b/usr.sbin/mrouted/mrouted/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1997/12/17 15:11:43 bde Exp $
+# $Id: Makefile,v 1.8 1998/03/07 09:49:11 bde Exp $
PROG= mrouted
@@ -9,7 +9,6 @@ DPADD= ${LIBMROUTED}
LDADD= ${LIBMROUTED}
SRCS= config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c
-CLEANFILES+= y.tab.h
MAN8= mrouted.8
.include <bsd.prog.mk>