2017-02-08 19:11:39 +03:00
|
|
|
# $NetBSD: Makefile,v 1.40 2017/02/08 16:11:40 rin Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
# @(#)Makefile 8.2 (Berkeley) 3/27/94
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2017-02-08 19:11:39 +03:00
|
|
|
# when making a change to this file, please check if the change is
|
|
|
|
# also needed for src/distrib/utils/x_newfs.
|
|
|
|
# such stuff should be into Makefile.common.
|
|
|
|
|
2002-08-19 14:16:51 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2017-02-08 19:11:39 +03:00
|
|
|
SRCS= ffs_bswap.c ffs_appleufs.c
|
2002-01-04 14:30:33 +03:00
|
|
|
MAN= newfs.8 mount_mfs.8
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1994-06-08 23:27:32 +04:00
|
|
|
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
|
2002-01-04 13:47:47 +03:00
|
|
|
MLINKS= mount_mfs.8 mfs.8
|
1994-02-12 20:49:32 +03:00
|
|
|
|
2017-02-08 19:11:39 +03:00
|
|
|
.include "Makefile.common"
|
2012-08-10 16:20:10 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|