# $FreeBSD: stable/3/usr.sbin/mrouted/common/Makefile 50581 1999-08-29 15:57:45Z 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>
