mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 09:13:43 -04:00
17 lines
185 B
Makefile
17 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>
|