4d4057d8a2
. fsck driver parses /etc/fstab and invokes sub-fscks . further simplifies fs handling in rc
8 lines
151 B
Makefile
8 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>
|