fbae381aaa
Uses a hook in spec_strategy() to save data written from a mounted file system to its block device and a hook in dounmount(). Not enabled by default in any kernel config. Approved by: Frank van der Linden <fvdl@netbsd.org>
9 lines
156 B
Makefile
9 lines
156 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/12/10 11:40:12 hannken Exp $
|
|
|
|
PROG= fssconfig
|
|
MAN= fssconfig.8
|
|
DPADD+= ${LIBUTIL}
|
|
LDADD+= -lutil
|
|
|
|
.include <bsd.prog.mk>
|