mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
9 lines
84 B
Makefile
9 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG = mptable
|
|
MAN1 = mptable.1
|
|
|
|
BINMODE = 550
|
|
|
|
.include <bsd.prog.mk>
|