summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2013-04-15 19:12:50 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2013-04-15 19:12:50 +0200
commit494ac0bd090df5f33f2e62fe41ecd58ed9422461 (patch)
tree6bdefdcc05a7b6c52567a5f60590526355a5a55c /Makefile
parent748fed60e3c4950b431d5d3c4fae70cb1cc59d4c (diff)
downloadnetctl-494ac0bd090df5f33f2e62fe41ecd58ed9422461.tar.gz
netctl-494ac0bd090df5f33f2e62fe41ecd58ed9422461.tar.xz
Fix naming of IEEE 802 working groups
Use 'wpa' to refer to the 802.11i and 802.1x client side software (wpa_supplicant) in general.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1bc626..b2ac7d8 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ install: install-docs
install -m644 docs/examples/* $(DESTDIR)/etc/netctl/examples/
# Libs
install -d $(DESTDIR)/usr/lib/network/connections
- install -m644 src/lib/{8021x,globals,ip,rfkill} $(DESTDIR)/usr/lib/network/
+ install -m644 src/lib/{globals,ip,rfkill,wpa} $(DESTDIR)/usr/lib/network/
install -m644 src/lib/connections/* $(DESTDIR)/usr/lib/network/connections/
install -m755 src/lib/{auto.action,network} $(DESTDIR)/usr/lib/network/
# Scripts