a35d88931c
any fake value.
13 lines
132 B
Makefile
13 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
|
|
LIB= mrouted
|
|
INTERNALLIB=
|
|
SRCS= igmp.c inet.c kern.c
|
|
|
|
CFLAGS+= -I$S
|
|
|
|
.include <bsd.lib.mk>
|