1# $NetBSD: Makefile,v 1.16 2004/08/19 23:02:51 christos Exp $ 2 3PROG= fsck 4SRCS= fsck.c fsutil.c preen.c 5MAN= fsck.8 6 7.include <bsd.prog.mk> 8