mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
9 lines
198 B
Makefile
9 lines
198 B
Makefile
# $Id: Makefile.inc,v 1.2 1998/05/31 11:38:25 bde Exp $
|
|
|
|
BINDIR= /etc/periodic/${.CURDIR:T}
|
|
NOOBJ=
|
|
|
|
beforeinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
|
|
${DESTDIR}${BINDIR}
|