mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
9 lines
79 B
Makefile
9 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= boot0cfg
|
|
MAN= boot0cfg.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|