406d87b1c3
Sponsored by: The FreeBSD Foundation
14 lines
198 B
Makefile
14 lines
198 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
SRCS= newfs_msdos.c mkfs_msdos.c
|
|
|
|
# XXX - this is verboten
|
|
.if ${MACHINE_CPUARCH} == "arm"
|
|
WARNS?= 3
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|