mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
|
|
.if ${MACHINE_ARCH} == "arm"
|
|
WARNS?= 3
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|