mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
11 lines
187 B
Makefile
11 lines
187 B
Makefile
# Makefile
|
|
# $FreeBSD$
|
|
|
|
MAN8= manctl.8
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${.CURDIR}/manctl.sh ${DESTDIR}${BINDIR}/manctl
|
|
|
|
.include <bsd.prog.mk>
|