summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-04 19:54:56 +0000
committerbde <bde@FreeBSD.org>1998-05-04 19:54:56 +0000
commit93e8eab928d2d1828b8edff50b70aca2ccc463f4 (patch)
tree7d4a17c3287d331079378661455e88c4217c40e8 /usr.sbin/mrouted
parented633ada06a14906f888216edee7a99613459c6e (diff)
downloadFreeBSD-src-93e8eab928d2d1828b8edff50b70aca2ccc463f4.zip
FreeBSD-src-93e8eab928d2d1828b8edff50b70aca2ccc463f4.tar.gz
Simplified by using new yacc rules.
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 ad3bf3e..6cc2462 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>
OpenPOWER on IntegriCloud