7dfca7604a
<util.h> - Change checkfstab so that the checkit function takes the name of the mount point too (needed by quotacheck). - Remove globals debug, verbose and preen
8 lines
140 B
Makefile
8 lines
140 B
Makefile
# $NetBSD: Makefile,v 1.14 1996/09/27 22:38:37 christos Exp $
|
|
|
|
PROG= fsck
|
|
SRCS= fsck.c fsutil.c preen.c
|
|
MAN= fsck.8
|
|
|
|
.include <bsd.prog.mk>
|