diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:28:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-29 15:28:18 +0000 |
commit | 55837c4806b8538d6d7a36cab64d8870752b8245 (patch) | |
tree | d02968453024027f0345cb1ab355625fbf6858ec /security/samhain | |
parent | 6b68ae70882582af5834b2bc84f359beb34e3c3a (diff) |
Notes
Diffstat (limited to 'security/samhain')
-rw-r--r-- | security/samhain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index 5443a63d07f7..b04167297e11 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -20,7 +20,7 @@ OPTIONS_DEFINE= ASM DB_RELOAD DEBUG DNMALLOC ENCRYPT GNUPG IPV6 KCHECK LIBWRAP \ LOGFILE_MONITOR LOGIN_WATCH MAIL MOUNTS_CHECK MYSQL ODBC PGSQL \ PORT_CHECK PROCESS_CHECK POSIX_ACL PRELUDE PTRACE SRP STATIC \ SUIDCHECK UDP USERFILES XML_LOGS -OPTIONS_DEFAULT=ASM DNMALLOC ENCRYPT IPV6 LIBWRAP MAIL SRP +OPTIONS_DEFAULT=ASM DNMALLOC ENCRYPT LIBWRAP MAIL SRP DB_RELOAD_DESC= Enable database reload on SIGHUP DNMALLOC_DESC= Enable dnmalloc |