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
/
tcopy
/
Makefile
blob
22d92fef039e4e9242839a0bab763cac3ead6862
1
# $NetBSD: Makefile,v 1.3 1994/12/09 02:14:35 jtc Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
tcopy
5
6
DPADD
+= ${
LIBUTIL
}
7
LDADD
+= -
lutil
8
9
.
include
<
bsd.prog.mk
>