mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
18 lines
173 B
Makefile
18 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>
|