xref
: /
freebsd
/
tools
/
regression
/
sockets
/
udp_pingpong
/
Makefile
(revision af6a5351a1fdb1130f18be6c782c4d48916eb971)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
udp_pingpong
4
MAN
=
5
WARNS
?=
6
6
7
.
include
<
bsd.prog.mk
>
8