Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / mrouted / common / Makefile
1 # $FreeBSD: src/usr.sbin/mrouted/common/Makefile,v 1.5.2.1 2002/07/19 18:46:29 ru Exp $
2 # $DragonFly: src/usr.sbin/mrouted/common/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $
3
4 LIB=            mrouted
5 INTERNALLIB=    YES
6
7 S=      ${.CURDIR}/..
8 .PATH:  $S
9 CFLAGS+= -I$S
10
11 SRCS=   igmp.c inet.c kern.c
12
13 .include <bsd.lib.mk>