mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
9 lines
79 B
Makefile
9 lines
79 B
Makefile
|
# $Id$
|
||
|
|
||
|
PROG = mptable
|
||
|
MAN1 = mptable.1
|
||
|
|
||
|
BINMODE = 550
|
||
|
|
||
|
.include <bsd.prog.mk>
|