mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
11 lines
98 B
Makefile
11 lines
98 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= ipmulticast
|
|
SRCS= ipmulticast.c
|
|
NO_MAN=
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|