Makefile revision 1.40
11.40Srin#	$NetBSD: Makefile,v 1.40 2017/02/08 16:11:40 rin Exp $
21.9Scgd#	@(#)Makefile	8.2 (Berkeley) 3/27/94
31.1Scgd
41.40Srin# when making a change to this file, please check if the change is
51.40Srin# also needed for src/distrib/utils/x_newfs.
61.40Srin# such stuff should be into Makefile.common.
71.40Srin
81.23Slukem.include <bsd.own.mk>
91.23Slukem
101.40SrinSRCS=	ffs_bswap.c ffs_appleufs.c
111.20SlukemMAN=	newfs.8 mount_mfs.8
121.18Slukem
131.1ScgdLINKS=	${BINDIR}/newfs ${BINDIR}/mount_mfs
141.19SlukemMLINKS=	mount_mfs.8 mfs.8
151.1Scgd
161.40Srin.include "Makefile.common"
171.39Sjoerg
181.1Scgd.include <bsd.prog.mk>
19