fea3644f0b
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.
9 lines
176 B
Makefile
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>
|