NetBSD/sbin/fsck_ffs/Makefile
rin ccc9d98e52 Add smaller versions of fsck_ffs(8) and newfs(8) for install media, where
support for Endian-Independent FFS and Apple UFS is disabled unless FFS_EI=1
and APPLE_UFS=1 are added to CRUNCHENV, respectively.

This reduces the size of ramdisk image for atari by over 15KB.

Thanks tsutsui and christos for their useful comments.
2017-02-08 16:11:39 +00:00

18 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.48 2017/02/08 16:11:40 rin 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= SMM.doc
.include "Makefile.common"
.include <bsd.prog.mk>
.include <bsd.subdir.mk>