summaryrefslogtreecommitdiffstats
path: root/freebsd/Makefile
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-08-15 08:08:44 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-08-15 08:08:44 +0000
commitf6d743af3f7b9154a5d9e6b8696297d697a8f494 (patch)
treea5fcd695a348a73e1a6faf95a9e858d7440c6b2b /freebsd/Makefile
parentbe0d9edbee79d6a0331e64697642be393fe776ab (diff)
downloadrsyslog-f6d743af3f7b9154a5d9e6b8696297d697a8f494.tar.gz
rsyslog-f6d743af3f7b9154a5d9e6b8696297d697a8f494.tar.xz
rsyslog-f6d743af3f7b9154a5d9e6b8696297d697a8f494.zip
fixed bug in makefiles - MySQL support could not be enabled
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r--freebsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 05368dc7..b1b12b04 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -42,7 +42,7 @@ MANDIR = /usr/share/man
.endif
.if $(FEATURE_DB) == 1
- WITHDB=-DWITHDB
+ WITHDB=-DWITH_DB
.endif
# Include MySQL client lib if DB is selected