repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
turns printfs back on
[freebsd-src/fkvm-freebsd.git]
/
libexec
/
tftp-proxy
/
Makefile
blob
45d806857ef8989116f569467d6d560f8d35765f
1
# $FreeBSD$
2
3
.PATH
: ${
.CURDIR
}/
..
/
..
/
contrib
/
pf
/
tftp-proxy
4
5
PROG
=
tftp-proxy
6
SRCS
=
tftp-proxy.c
filter
.c
7
MAN
=
tftp-proxy
.8
8
9
.
include
<
bsd.prog.mk
>