NetBSD/usr.sbin/fssconfig/Makefile
hannken fbae381aaa The file system snapshot pseudo driver.
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>
2003-12-10 11:40:11 +00:00

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>