Makefile revision 1.50
1# $NetBSD: Makefile,v 1.50 2020/09/06 07:20:27 mrg Exp $ 2# @(#)Makefile 8.2 (Berkeley) 4/27/95 3 4# when making a change to this file, please check if the change is 5# also needed for src/distrib/utils/x_fsck_ffs. 6# such stuff should be into Makefile.common. 7 8.include <bsd.own.mk> 9 10MAN= fsck_ffs.8 11SRCS= ffs_bswap.c ffs_appleufs.c 12SUBDIR.roff= SMM.doc 13 14.include "Makefile.common" 15 16CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER} 17 18.include <bsd.prog.mk> 19.include <bsd.subdir.mk> 20