diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-07 12:34:21 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-07 12:34:21 +0000 |
commit | 22bea8ef86f0dfdd2d077fa59ad243184a212d99 (patch) | |
tree | e324dcb24eda805151b5b4dc3080fc2d4fd0418f /security/osiris | |
parent | c0397b5746ec47d1ea56bad32835a12dc1bf4697 (diff) |
Notes
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 6927ab968162..c05e9680043f 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= http://www.hostintegrity.com/osiris/data/ \ MAINTAINER= lx@redundancy.redundancy.org COMMENT= The Shmoo client/server host integrity checker -#OPTIONS= OSIRISMD "Enable to build the management daemon" off \ -# OSIRISD "Enable to build the osirisd scan agent" on \ -# PRINTDB "Build database print tool" off \ -# CLI "Enable to build the management CLI" off +OPTIONS= OSIRISMD "Enable to build the management daemon" off \ + OSIRISD "Enable to build the osirisd scan agent" on \ + PRINTDB "Build database print tool" off \ + CLI "Enable to build the management CLI" off CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LIBTOOL_VER= 15 |