mirror of
https://github.com/opnsense/src.git
synced 2026-06-15 11:39:33 -04:00
8 lines
85 B
Makefile
8 lines
85 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
|
|
WARNS?= 0
|
|
|
|
.include <bsd.prog.mk>
|