summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2024-02-08 20:28:55 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2024-02-08 20:28:55 +0000
commitfa0db14a4595cffa2f5e2169461265acd8c4714e (patch)
treef43d285971ad899f361a23eacf2309e8288a5e6d /usr.sbin/mrouted
parent74f508cd641d1c66166e4e24341defcd910aeeb7 (diff)
Feed more generated files to the clean target; joint work with naddy@
Diffstat (limited to 'usr.sbin/mrouted')
-rw-r--r--usr.sbin/mrouted/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile
index 9bfd3ccd546..72821714934 100644
--- a/usr.sbin/mrouted/Makefile
+++ b/usr.sbin/mrouted/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2015/10/26 10:34:19 tedu Exp $
+# $OpenBSD: Makefile,v 1.8 2024/02/08 20:28:54 miod Exp $
PROG= mrouted
SRCS= callout.c cfparse.c config.c igmp.c inet.c kern.c main.c prune.c \
@@ -7,6 +7,6 @@ MAN= mrouted.8
CFLAGS+=-I${.CURDIR}
-CLEANFILES+= cfparse.c y.tab.h
+CLEANFILES+= cfparse.c cfparse.h y.tab.h
.include <bsd.prog.mk>