repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
tftp
/
Makefile
blob
6ca67d73fb1e666fdc78d410637fbc01d35d4907
1
# $NetBSD: Makefile,v 1.9 2007/05/28 12:06:32 tls Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
USE_FORT?
=
yes
# network client
5
6
PROG
=
tftp
7
SRCS
=
main.c tftp.c tftpsubs.c
8
9
.
include
<
bsd.prog.mk
>