mirror of
https://github.com/opnsense/src.git
synced 2026-03-30 22:45:13 -04:00
12 lines
137 B
Makefile
12 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
|
|
.if ${MACHINE_ARCH} == "arm"
|
|
WARNS?= 3
|
|
.else
|
|
WARNS?= 6
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|