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