xref
: /
freebsd
/
tools
/
regression
/
netinet
/
ipdivert
/
Makefile
(revision c5f49ece16a92380092191fad13cb1da72af5d37)
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