repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: fix potential null deref
[minix.git]
/
commands
/
cut
/
Makefile
blob
1aed929efa542f368c56e83674eeee89a45b7d38
1
# $NetBSD: Makefile,v 1.5 2007/07/02 18:41:03 christos 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
>