Install /etc/wpa_supplicant.conf
This commit is contained in:
parent
dd916c1e0e
commit
a4b9a5dd90
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.253 2018/09/23 07:24:19 maxv Exp $
|
||||
# $NetBSD: mi,v 1.254 2019/01/12 17:25:09 roy Exp $
|
||||
#
|
||||
# Note: end-user configuration files that are moved to another location
|
||||
# should not be marked "obsolete"; they should just be removed from
|
||||
|
@ -356,6 +356,7 @@
|
|||
./etc/ttys etc-sys-etc
|
||||
./etc/weekly etc-sys-etc
|
||||
./etc/weekly.conf etc-sys-etc
|
||||
./etc/wpa_supplicant.conf etc-net-etc
|
||||
./etc/wscons.conf etc-sys-etc
|
||||
./root/.cshrc etc-root-root
|
||||
./root/.klogin etc-root-root
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.437 2018/10/01 09:47:34 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.438 2019/01/12 17:25:09 roy Exp $
|
||||
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
|
||||
|
||||
# Environment variables without default values:
|
||||
|
@ -132,7 +132,7 @@ BIN2+= motd
|
|||
FILESBUILD_motd= YES
|
||||
|
||||
# -rw-------
|
||||
BIN3+= hosts.equiv
|
||||
BIN3+= hosts.equiv wpa_supplicant.conf
|
||||
|
||||
SYSPKG= etc
|
||||
ETC_PKG=-T etc_pkg
|
||||
|
|
Loading…
Reference in New Issue