aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEugeni Dodonov <eugeni@mandriva.org>2010-02-08 14:06:08 +0000
committerEugeni Dodonov <eugeni@mandriva.org>2010-02-08 14:06:08 +0000
commit10a059fb201355a06a5e24e5959e62735458c297 (patch)
treeaf51fbfa5e129bcda9d3ebf4f33a29f5846992a5 /Makefile
parent00902a9d2085c63e28224d45db7737b01085d0f8 (diff)
downloadmsec-10a059fb201355a06a5e24e5959e62735458c297.tar
msec-10a059fb201355a06a5e24e5959e62735458c297.tar.gz
msec-10a059fb201355a06a5e24e5959e62735458c297.tar.bz2
msec-10a059fb201355a06a5e24e5959e62735458c297.tar.xz
msec-10a059fb201355a06a5e24e5959e62735458c297.zip
installing sectool plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 044e1e4..572b5e1 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: all
install -m755 src/msec/$${i}o $(RPM_BUILD_ROOT)/usr/share/msec ; \
done
# install plugins
- for i in pam.py audit.py msec.py network.py ; do \
+ for i in pam.py audit.py msec.py network.py sectool.py ; do \
install -m755 src/msec/plugins/$$i $(RPM_BUILD_ROOT)/usr/share/msec/plugins ; \
install -m755 src/msec/plugins/$${i}o $(RPM_BUILD_ROOT)/usr/share/msec/plugins ; \
done