1999-08-28 01:35:59 +00:00
|
|
|
# $FreeBSD$
|
1994-09-08 02:51:37 +00:00
|
|
|
|
|
|
|
S= ${.CURDIR}/..
|
2001-07-20 06:20:32 +00:00
|
|
|
.PATH: $S
|
1994-09-08 02:51:37 +00:00
|
|
|
|
2001-07-20 06:20:32 +00:00
|
|
|
LIB= mrouted
|
2002-05-13 11:24:03 +00:00
|
|
|
INTERNALLIB= YES
|
1994-09-08 02:51:37 +00:00
|
|
|
SRCS= igmp.c inet.c kern.c
|
2001-07-20 06:20:32 +00:00
|
|
|
|
|
|
|
CFLAGS+= -I$S
|
1994-09-08 02:51:37 +00:00
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|