vm: fix failed alloc condition
[minix.git] / commands / mount / Makefile
blob0ce9926efe3ead508268b093a725310ce5642021
1 PROG= mount
2 CPPFLAGS+= -I${NETBSDSRCDIR}/servers
3 BINDIR= /bin
4 BINMODE= 4755
5 MAN=
7 .include <bsd.prog.mk>