mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
8 lines
123 B
Makefile
8 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= setfmac
|
|
LINKS= ${BINDIR}/setfmac ${BINDIR}/setfsmac
|
|
MAN= setfmac.8 setfsmac.8
|
|
|
|
.include <bsd.prog.mk>
|