Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / mrouted / mrouted / Makefile
1 # $FreeBSD: src/usr.sbin/mrouted/mrouted/Makefile,v 1.13.2.1 2001/04/25 12:10:11 ru Exp $
2 # $DragonFly: src/usr.sbin/mrouted/mrouted/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
3
4 PROG=   mrouted
5
6 S=      ${.CURDIR}/..
7 .PATH:  $S
8 CFLAGS+=        -I$S
9 YFLAGS=
10
11 SRCS=   config.c cfparse.y main.c route.c vif.c prune.c callout.c rsrr.c \
12         ipip.c icmp.c vers.c igmp.c inet.c kern.c
13 CLEANFILES+=    vers.c
14 MAN=    mrouted.8
15
16 vers.c: $S/VERSION
17         rm -f vers.c ; \
18         sed 's/.*/char todaysversion[] = "&";/' $S/VERSION > vers.c
19
20 .include <bsd.prog.mk>