mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 11:58:54 -04:00
8 lines
84 B
Makefile
8 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newfs_msdos
|
|
MAN= newfs_msdos.8
|
|
|
|
WARNS= 0
|
|
|
|
.include <bsd.prog.mk>
|