freebsd-dev/usr.sbin/mrouted/common/Makefile

13 lines
136 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
S= ${.CURDIR}/..
.PATH: $S
LIB= mrouted
INTERNALLIB= YES
SRCS= igmp.c inet.c kern.c
CFLAGS+= -I$S
.include <bsd.lib.mk>