# $FreeBSD: stable/2.2/usr.sbin/mrouted/common/Makefile 50952 1999-09-05 11:54:50Z peter $

LIB=		mrouted
NOPROFILE=	yes
NOPIC=		yes

S=	${.CURDIR}/..
.PATH:	$S
CFLAGS+= -I$S

SRCS=	igmp.c inet.c kern.c
NOMAN=

# nothing to install
install:

.include <bsd.lib.mk>
