1# $NetBSD: Makefile,v 1.13 1996/09/23 16:11:32 christos Exp $ 2 3PROG= fsck 4SRCS= fsck.c util.c preen.c 5MAN= fsck.8 6 7.include <bsd.prog.mk> 8