mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
12 lines
136 B
Makefile
12 lines
136 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
|
|
LIB= mrouted
|
|
INTERNALLIB= YES
|
|
SRCS= igmp.c inet.c kern.c
|
|
|
|
CFLAGS+= -I$S
|
|
|
|
.include <bsd.lib.mk>
|