1 2.include <src.opts.mk> 3 4PACKAGE=runtime 5PROG= newfs_msdos 6MAN= newfs_msdos.8 7SRCS= newfs_msdos.c mkfs_msdos.c 8 9# XXX - this is verboten 10.if ${MACHINE_CPUARCH} == "arm" 11WARNS?= 3 12.endif 13CSTD= c11 14 15HAS_TESTS= 16SUBDIR.${MK_TESTS}+= tests 17 18.include <bsd.prog.mk> 19