8797028bc7
on startup - create share/examples/wpa_supplicant/wpa_supplicant.conf and make it known in the relevant places. Improvements welcome, my point was ctrl_interface and "you seriously want this"
13 lines
225 B
Makefile
13 lines
225 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/01/23 07:26:51 spz Exp $
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= wpa_supplicant.conf
|
|
FILESDIR= /usr/share/examples/wpa_supplicant
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|