1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1998-07-06 20:01:34 +00:00
|
|
|
|
2016-02-09 20:19:31 +00:00
|
|
|
PACKAGE=runtime
|
1998-07-06 20:01:34 +00:00
|
|
|
PROG= newfs_msdos
|
2001-03-26 14:33:27 +00:00
|
|
|
MAN= newfs_msdos.8
|
2015-10-15 19:00:33 +00:00
|
|
|
SRCS= newfs_msdos.c mkfs_msdos.c
|
1998-07-06 20:01:34 +00:00
|
|
|
|
2010-08-23 22:24:11 +00:00
|
|
|
# XXX - this is verboten
|
|
|
|
.if ${MACHINE_CPUARCH} == "arm"
|
2005-01-24 01:56:06 +00:00
|
|
|
WARNS?= 3
|
|
|
|
.endif
|
2001-02-16 13:30:27 +00:00
|
|
|
|
1998-07-06 20:01:34 +00:00
|
|
|
.include <bsd.prog.mk>
|