6 lines
73 B
Makefile
6 lines
73 B
Makefile
PROG = mount_pcfs
|
|
CFLAGS += -DPCFS
|
|
NOMAN = noman
|
|
|
|
.include <bsd.prog.mk>
|