custom message type for VM_INFO
[minix3.git] / commands / fsck.mfs / Makefile
blob62a468f6e00cc2d918d5b43b3efbd6b6b5d505a8
1 FSCK= ${NETBSDSRCDIR}/sbin/fsck
2 PROG= fsck_mfs
3 SRCS= fsck.c
4 CPPFLAGS+= -I${NETBSDSRCDIR}/servers -I${FSCK}
5 BINDIR= /sbin
6 MAN=
8 .include <bsd.prog.mk>