From 3e75029a9b64a887d638e2725bb98f8ddf9acae9 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 4 May 1998 19:54:56 +0000 Subject: [PATCH] Simplified by using new yacc rules. --- usr.sbin/ipsend/Makefile | 2 -- usr.sbin/mrouted/mrouted/Makefile | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.sbin/ipsend/Makefile b/usr.sbin/ipsend/Makefile index f537532ffa32..4c3b9793854e 100644 --- a/usr.sbin/ipsend/Makefile +++ b/usr.sbin/ipsend/Makefile @@ -18,6 +18,4 @@ CFLAGS+=-DDOSOCKET -DIPL_NAME=\"/dev/ipl\" \ DPADD= ${LIBL} LDADD= -ll -CLEANFILES+= y.tab.h - .include 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