minix/sbin/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

7 lines
83 B
Makefile

# Makefile for bin
.include <bsd.own.mk>
SUBDIR= fsck
.include <bsd.subdir.mk>