mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 08:52:07 +01:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR= /etc/periodic/${.CURDIR:T}
|
|
NOOBJ=
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
|
|
${DESTDIR}${BINDIR}
|