install sample wpa_supplicant.conf; not everyone has source to reference

This commit is contained in:
Sam Leffler 2007-11-10 20:24:28 +00:00
parent e57bb31acd
commit 3181d4992d

View File

@ -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