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