root/jailaudit-current/Makefile

Revision 29, 303 bytes (checked in by cryx, 4 years ago)

Use PERIODICDIR as source for the install-location of periodic-script.

Line 
1PERIODICDIR?=   ${PREFIX}/etc/periodic
2
3all:
4
5install:
6        mkdir -p ${PREFIX}/jailaudit/reports ${PREFIX}/jailaudit/tmp
7        install -o root -g wheel -m 644 jailaudit.conf.sample ${PREFIX}/etc/
8        install -o root -g wheel 410.jailaudit ${PERIODICDIR}/security/
9        install -o root -g wheel jailaudit ${PREFIX}/bin/
Note: See TracBrowser for help on using the browser.