NetBSD/sbin/fsck/Makefile
christos 7dfca7604a - Rename util.c and util.h to fsutil.c and fsutil.h to avoid conflict with
<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
1996-09-27 22:38:37 +00:00

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>