6 lines
71 B
Makefile
6 lines
71 B
Makefile
PROG= umount
|
|
BINDIR= /bin
|
|
BINMODE= 4755
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|