summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mrouted/Makefile
blob: afd3af82342d5582b72812b03e4e234964942539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

S=	${.CURDIR}/..
.PATH: $S

PROG=	mrouted
MAN=	mrouted.8
SRCS=	config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c \
	ipip.c icmp.c vers.c igmp.c inet.c kern.c
CLEANFILES+=	vers.c

CFLAGS+= -I$S
YFLAGS=

vers.c:	$S/VERSION
	rm -f vers.c ; \
	sed 's/.*/char todaysversion[] = "&";/' $S/VERSION > vers.c

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud