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
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.bin
/
shuffle
/
Makefile
blob
e5e1c4ef23fa9555ad2f12135312402aef1d2283
1
# $NetBSD: Makefile,v 1.2 2006/08/26 18:17:43 christos Exp $
2
3
PROG
=
shuffle
4
5
LDADD
+=-
lutil
6
DPADD
+=${
LIBUTIL
}
7
8
.
include
<
bsd.prog.mk
>