mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
12 lines
92 B
Makefile
12 lines
92 B
Makefile
|
|
#
|
||
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
PROG= ipdivert
|
||
|
|
SRCS= ipdivert.c
|
||
|
|
NO_MAN=
|
||
|
|
|
||
|
|
WARNS?= 2
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|