NetBSD/sbin/fsck_ffs/SMM.doc/Makefile
cgd fea3644f0b check in changes proposed in PR 2006 (approved by J.T.), to rename fsck
to fsck_ffs, so that in the future 'fsck' can be a wrapper than invokes
appropriate filesystem-specific checker programs.  For now, the only
user-visible change is that the names have changed in the manual page
and in error messages; fsck and fsck.8 are now links to fsck_ffs and
fsck_ffs.8, until the rest of the transition is complete.
1996-04-05 01:44:24 +00:00

9 lines
176 B
Makefile

# $NetBSD: Makefile,v 1.3 1996/04/05 01:45:49 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
DIR= smm/03.fsck_ffs
SRCS= 0.t 1.t 2.t 3.t 4.t
MACROS= -ms
.include <bsd.doc.mk>