NetBSD/share/examples/wpa_supplicant/Makefile
spz 8797028bc7 - make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant
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"
2014-01-23 07:26:50 +00:00

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>