minix/commands/fsck.mfs/Makefile
Ben Gras 4d4057d8a2 netbsd fsck driver import
. fsck driver parses /etc/fstab and invokes sub-fscks
	. further simplifies fs handling in rc
2011-12-22 23:07:15 +01:00

9 lines
151 B
Makefile

FSCK= ${NETBSDSRCDIR}/sbin/fsck
PROG= fsck.mfs
SRCS= fsck.c
CPPFLAGS+= -I${MINIXSRCDIR}/servers -I${FSCK}
BINDIR= /sbin
MAN=
.include <bsd.prog.mk>