6 lines
53 B
Makefile
6 lines
53 B
Makefile
|
PROG= ls
|
||
|
BINDIR= /bin
|
||
|
MAN=
|
||
|
|
||
|
.include <minix.prog.mk>
|