Added a CLEANFILES+= y.tab.h to clean out the temporary file from yacc.

This commit is contained in:
Andreas Schulz 1995-07-08 22:36:06 +00:00
parent f690290609
commit f043580d86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9454

View file

@ -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>