repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo: should be ${ISOROOT}, not ${ISODIR}.
[dragonfly.git]
/
usr.bin
/
tcopy
/
Makefile
blob
dec04de2ccf6961dff913098453afe03414fbb60
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/tcopy/Makefile,v 1.2 2007/08/27 16:50:59 pavalos Exp $
3
4
PROG
=
tcopy
5
WARNS?
=
1
6
7
.
include
<
bsd.prog.mk
>