root/jailaudit-current/Makefile
| Revision 29, 303 bytes (checked in by cryx, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | PERIODICDIR?= ${PREFIX}/etc/periodic |
| 2 | |
| 3 | all: |
| 4 | |
| 5 | install: |
| 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.