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