diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 20:32:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-09-10 20:32:10 +0000 |
commit | 944cbf4d776e6832567d1ca04e39db990ae0b412 (patch) | |
tree | 6ec061db81d71b84fa97e1cc7c6c88a1b9c2791d /security/samhain/Makefile | |
parent | - Update to 0.8.2 (diff) |
- Replace .error with IGNORE to prevent INDEX build failures
Notes
Notes:
svn path=/head/; revision=142381
Diffstat (limited to '')
-rw-r--r-- | security/samhain/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index c00ad8ca7e29..191c26d3b28c 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -111,10 +111,7 @@ pre-everything:: .endif .if defined(WITH_CLIENT) && defined(WITH_SERVER) - @${ECHO_MSG} - @${ECHO_MSG} "Can't build client and server at once!" - @${ECHO_MSG} -.error "Can't build client and server at once!" +IGNORE= Can't build client and server at once .endif .if defined(WITH_KCHECK) @@ -126,17 +123,11 @@ pre-everything:: .endif .if defined(WITH_MYSQL) && !defined(WITH_XML_LOGS) - @${ECHO_MSG} - @${ECHO_MSG} "XML logging is required to log to MySQL." - @${ECHO_MSG} -.error "XML logging is required to log to MySQL." +IGNORE= XML logging is required to log to MySQL .endif .if defined(WITH_POSTGRESQL) && !defined(WITH_XML_LOGS) - @${ECHO_MSG} - @${ECHO_MSG} "XML logging is required to log to Postgres." - @${ECHO_MSG} -.error "XML logging is required to log to Postgres." +IGNORE= XML logging is required to log to Postgres .endif post-extract: |