xref
: /
freebsd
/
tools
/
regression
/
netinet
/
ipdivert
/
Makefile
(revision 1719886f6d08408b834d270c59ffcfd821c8f63a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
2
#
3
4
PROG
=
ipdivert
5
SRCS
=
ipdivert.c
6
MAN
=
7
8
WARNS
?=
2
9
10
.
include
<
bsd.prog.mk
>
11