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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
shuffle
/
Makefile
blob
b4bc454784b4a772ee1036888dc8e994a633ac06
1
# $NetBSD: Makefile,v 1.1 1998/09/23 21:05:59 perry Exp $
2
3
PROG
=
shuffle
4
5
LDADD
+=-
lutil
6
DPADD
+=${
LIBUTIL
}
7
8
.
include
<
bsd.prog.mk
>