18 lines
429 B
Makefile
18 lines
429 B
Makefile
# $NetBSD: Makefile,v 1.49 2018/06/11 14:18:17 kamil Exp $
|
|
# @(#)Makefile 8.2 (Berkeley) 4/27/95
|
|
|
|
# when making a change to this file, please check if the change is
|
|
# also needed for src/distrib/utils/x_fsck_ffs.
|
|
# such stuff should be into Makefile.common.
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
MAN= fsck_ffs.8
|
|
SRCS= ffs_bswap.c ffs_appleufs.c
|
|
SUBDIR.roff= SMM.doc
|
|
|
|
.include "Makefile.common"
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|