repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync with manuals from netbsd-8 branch.
[minix3.git]
/
usr.bin
/
cut
/
Makefile
blob
dea610c996e4e3440507d9000b176ab7db625ebb
1
# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:19 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
cut
5
6
LDADD
+= -
lutil
7
DPADD
+= ${
LIBUTIL
}
8
9
.
include
<
bsd.prog.mk
>