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
Remove building with NOCRYPTO option
[minix.git]
/
bin
/
ls
/
Makefile
blob
55497f6617598bdb3f97d9a6b445cdd49074ae66
1
# $NetBSD: Makefile,v 1.14 2006/12/14 20:09:36 he Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4
PROG
=
ls
5
SRCS
=
cmp.c ls.c main.c
print
.c util.c
6
7
LDADD
+= -
lutil
8
DPADD
+= ${
LIBUTIL
}
9
10
.
include
<
bsd.prog.mk
>