mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Some of these ``modified'' files aren't really modified at all, but CVS isn't smart enough to know the difference.
17 lines
173 B
Makefile
17 lines
173 B
Makefile
# $Id$
|
|
|
|
LIB= mrouted
|
|
NOPROFILE=
|
|
NOSHARED=
|
|
|
|
S= ${.CURDIR}/..
|
|
.PATH: $S
|
|
CFLAGS+= -I$S
|
|
|
|
SRCS= igmp.c inet.c kern.c
|
|
NOMAN=
|
|
|
|
# nothing to install
|
|
install:
|
|
|
|
.include <bsd.lib.mk>
|