aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-21 12:37:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-21 12:37:50 +0000
commit4362f450bd4772c2c30b0c8ffcec3527622696d2 (patch)
tree49847f062e77ad8f41a8c5707ef87f4e24476ee2 /security
parent28d75b9f8c1ece4dc670bbaf07e1b7eddb6bbde8 (diff)
downloadports-4362f450bd4772c2c30b0c8ffcec3527622696d2.tar.gz
ports-4362f450bd4772c2c30b0c8ffcec3527622696d2.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/samhain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 3889754d984f..ae509ca85c29 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ARGS= --enable-login-watch --localstatedir=/var \
.if defined(WITH_RUNAS_USER)
CONFIGURE_ARGS+= --enable-identity=${WITH_RUNAS_USER}
.endif
-.if !defined(WITHOUT_KCHECK)
+.if defined(WITH_KCHECK)
CONFIGURE_ARGS+= --with-kcheck
.endif
.if defined(WITH_GPG)
@@ -109,7 +109,7 @@ pre-everything::
.error "Can't build client and server at once!"
.endif
-.if !defined(WITHOUT_KCHECK)
+.if defined(WITH_KCHECK)
@${ECHO_MSG}
@${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem"
@${ECHO_MSG} "and /dev/mem. If you're not building as root, please hit"