install sample wpa_supplicant.conf; not everyone has source to reference
This commit is contained in:
parent
6c2390d8c2
commit
8cb25b93ad
@ -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_ndis.c Packet32.c \
|
||||||
driver_freebsd.c os_unix.c
|
driver_freebsd.c os_unix.c
|
||||||
|
|
||||||
|
|
||||||
MAN= wpa_supplicant.8 wpa_supplicant.conf.5
|
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+= -I${.CURDIR} -I${WPA_SUPPLICANT_DISTDIR}
|
||||||
CFLAGS+= -DCONFIG_DRIVER_BSD
|
CFLAGS+= -DCONFIG_DRIVER_BSD
|
||||||
CFLAGS+= -DCONFIG_DRIVER_NDIS
|
CFLAGS+= -DCONFIG_DRIVER_NDIS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user