1 1.46.2.1 pgoyette # $NetBSD: Makefile,v 1.46.2.1 2017/03/20 06:57:01 pgoyette Exp $ 2 1.17 lukem # @(#)Makefile 8.2 (Berkeley) 4/27/95 3 1.1 cgd 4 1.46.2.1 pgoyette # when making a change to this file, please check if the change is 5 1.46.2.1 pgoyette # also needed for src/distrib/utils/x_fsck_ffs. 6 1.46.2.1 pgoyette # such stuff should be into Makefile.common. 7 1.46.2.1 pgoyette 8 1.23 lukem .include <bsd.own.mk> 9 1.23 lukem 10 1.11 cgd MAN= fsck_ffs.8 11 1.46.2.1 pgoyette SRCS= ffs_bswap.c ffs_appleufs.c 12 1.46.2.1 pgoyette SUBDIR= SMM.doc 13 1.35 tsutsui 14 1.46.2.1 pgoyette .include "Makefile.common" 15 1.1 cgd 16 1.1 cgd .include <bsd.prog.mk> 17 1.20 mycroft .include <bsd.subdir.mk> 18