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
release.sh: restore -jJAILDIR option
[minix.git]
/
commands
/
ls
/
Makefile
blob
b7d100432f0fcadbb741fcb02976bcd33aaa2165
1
PROG
=
ls
2
BINDIR
= /
bin
3
MAN
=
4
5
# LSC Force usage of local mergesort
6
CPPFLAGS.ls.c
+= -
D__NBSD_LIBC
7
8
.
include
<
bsd.prog.mk
>