freebsd-dev/usr.sbin/mrouted/common/Makefile
1999-08-28 01:35:59 +00:00

18 lines
185 B
Makefile

# $FreeBSD$
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>