25faff346c
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
12 lines
149 B
Makefile
12 lines
149 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
|
|
# XXX - this is verboten
|
|
.if ${MACHINE_CPUARCH} == "arm"
|
|
WARNS?= 3
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|