summaryrefslogtreecommitdiffstats
path: root/contrib/wpa_supplicant/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2008-03-24 20:13:41 +0000
committersam <sam@FreeBSD.org>2008-03-24 20:13:41 +0000
commit469052a317acffb05c9c0694d05d9fda175a67eb (patch)
treec2d22324a3e5d8b6010d1edc3d75a607e5b2e42e /contrib/wpa_supplicant/Makefile
parent153f9c1cd9a5b749f57e28682fadb39c781e1e5d (diff)
downloadFreeBSD-src-469052a317acffb05c9c0694d05d9fda175a67eb.zip
FreeBSD-src-469052a317acffb05c9c0694d05d9fda175a67eb.tar.gz
add syslog support (committed on vendor branch as it's been sent upstream)
PR: bin/116190
Diffstat (limited to 'contrib/wpa_supplicant/Makefile')
-rw-r--r--contrib/wpa_supplicant/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/wpa_supplicant/Makefile b/contrib/wpa_supplicant/Makefile
index 51114fa..9bcdd83 100644
--- a/contrib/wpa_supplicant/Makefile
+++ b/contrib/wpa_supplicant/Makefile
@@ -745,6 +745,10 @@ ifdef CONFIG_DEBUG_FILE
CFLAGS += -DCONFIG_DEBUG_FILE
endif
+ifdef CONFIG_DEBUG_SYSLOG
+CFLAGS += -DCONFIG_DEBUG_SYSLOG
+endif
+
OBJS += wpa_supplicant.o events.o
OBJS_t := $(OBJS) eapol_test.o radius.o radius_client.o
OBJS_t2 := $(OBJS) preauth_test.o
OpenPOWER on IntegriCloud