604d24db95
Use WARNS?= instead of WARNS=.
9 lines
85 B
Makefile
9 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
|
|
WARNS?= 0
|
|
|
|
.include <bsd.prog.mk>
|