summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-07-08 22:36:06 +0000
committerats <ats@FreeBSD.org>1995-07-08 22:36:06 +0000
commit0fb5fcb5e49ebc6a268a5f78625115b2f9b37aa1 (patch)
tree1df17084020f4a7e8485c1534365bd43bb440867
parentfb8846703492a887f46590619fa635c8eefef76c (diff)
downloadFreeBSD-src-0fb5fcb5e49ebc6a268a5f78625115b2f9b37aa1.zip
FreeBSD-src-0fb5fcb5e49ebc6a268a5f78625115b2f9b37aa1.tar.gz
Added a CLEANFILES+= y.tab.h to clean out the temporary file from yacc.
-rw-r--r--usr.sbin/mrouted/mrouted/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile
index d4c216c..dca5762 100644
--- a/usr.sbin/mrouted/mrouted/Makefile
+++ b/usr.sbin/mrouted/mrouted/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/08 02:51:35 wollman Exp $
+# $Id: Makefile,v 1.2 1995/06/13 18:05:16 wollman Exp $
PROG= mrouted
@@ -15,6 +15,7 @@ DPADD+= $S/common/libmrouted.a
.endif
SRCS= config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c
+CLEANFILES+= y.tab.h
MAN8= ${.CURDIR}/../mrouted.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud