summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wpa/wpa_supplicant
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-11-10 20:24:28 +0000
committersam <sam@FreeBSD.org>2007-11-10 20:24:28 +0000
commit8cb25b93ad1a1f2149c7d1ef9992d075bdbcd71c (patch)
tree2fbfb238faed04279e4ade93cf7cd857678b7136 /usr.sbin/wpa/wpa_supplicant
parent6c2390d8c2d0cf960b5e3017771c48c0c654d71d (diff)
downloadFreeBSD-src-8cb25b93ad1a1f2149c7d1ef9992d075bdbcd71c.zip
FreeBSD-src-8cb25b93ad1a1f2149c7d1ef9992d075bdbcd71c.tar.gz
install sample wpa_supplicant.conf; not everyone has source to reference
Diffstat (limited to 'usr.sbin/wpa/wpa_supplicant')
-rw-r--r--usr.sbin/wpa/wpa_supplicant/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/wpa/wpa_supplicant/Makefile b/usr.sbin/wpa/wpa_supplicant/Makefile
index 967cf9f..f6b18d5 100644
--- a/usr.sbin/wpa/wpa_supplicant/Makefile
+++ b/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -12,9 +12,13 @@ SRCS= config.c eloop.c common.c md5.c rc4.c sha1.c aes_wrap.c \
driver_ndis.c Packet32.c \
driver_freebsd.c os_unix.c
-
MAN= wpa_supplicant.8 wpa_supplicant.conf.5
+.if ${MK_EXAMPLES} != "no"
+FILESDIR= ${SHAREDIR}/examples/wpa_supplicant
+FILES= wpa_supplicant.conf
+.endif
+
CFLAGS+= -I${.CURDIR} -I${WPA_SUPPLICANT_DISTDIR}
CFLAGS+= -DCONFIG_DRIVER_BSD
CFLAGS+= -DCONFIG_DRIVER_NDIS
OpenPOWER on IntegriCloud