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
/
tftpd
/
Makefile
blob
6036d4c0df44a5d7d2e152314a15f73d250865b2
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD$
3
4
PROG
=
tftpd
5
SRCS
=
tftpd.c tftpsubs.c
6
DPADD
= ${
LIBUTIL
}
7
LDADD
= -
lutil
8
WFORMAT
=
0
9
MAN
=
tftpd
.8
10
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
..
/
usr.bin
/
tftp
11
.PATH
: ${
.CURDIR
}/
..
/
..
/
usr.bin
/
tftp
12
13
.
include
<
bsd.prog.mk
>