mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -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>
|