diff options
author | sam <sam@FreeBSD.org> | 2007-11-10 20:27:09 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2007-11-10 20:27:09 +0000 |
commit | 5dba252cfc1b6d02e47232c5c695fb44a94a7088 (patch) | |
tree | ea2b21645b2c63c2f882a82e6d85e1c95ab11545 /usr.sbin | |
parent | 016f03a8232813999a2be3f948bbf75e5d579191 (diff) | |
download | FreeBSD-src-5dba252cfc1b6d02e47232c5c695fb44a94a7088.zip FreeBSD-src-5dba252cfc1b6d02e47232c5c695fb44a94a7088.tar.gz |
install hostapd.conf and related files for folks that don't have source
MFC after: 1 week
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wpa/hostapd/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/wpa/hostapd/Makefile b/usr.sbin/wpa/hostapd/Makefile index c6a959e..2eb3e1f 100644 --- a/usr.sbin/wpa/hostapd/Makefile +++ b/usr.sbin/wpa/hostapd/Makefile @@ -16,6 +16,11 @@ CLEANFILES=driver_conf.c MAN= hostapd.8 hostapd.conf.5 +.if ${MK_EXAMPLES} != "no" +FILESDIR= ${SHAREDIR}/examples/hostapd +FILES= hostapd.conf hostapd.eap_user hostapd.wpa_psk +.endif + CFLAGS+= -I${.CURDIR} -I${HOSTAPD_DISTDIR} CFLAGS+= -DCONFIG_DRIVER_BSD CFLAGS+= -DCONFIG_CTRL_IFACE |