summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJouke Witteveen <j.witteveen@gmail.com>2012-04-11 13:40:19 +0200
committerJouke Witteveen <j.witteveen@gmail.com>2012-04-11 13:40:19 +0200
commit0340759269f84f071b5b7ec11ae4691a8722c21a (patch)
treec17cb1b507c633038d3288af4ea8b9976c2416a1 /Makefile
parent7fab9eaf848004fd742e0513d620ced9ee7667a2 (diff)
downloadnetctl-0340759269f84f071b5b7ec11ae4691a8722c21a.tar.gz
netctl-0340759269f84f071b5b7ec11ae4691a8722c21a.tar.xz
Add netcfg-daemon
For reuse in a systemd service
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4ad9d7..5c26d35 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ install: install-docs
install -d $(DESTDIR)/usr/bin
install -m755 \
scripts/netcfg \
+ scripts/netcfg-daemon \
scripts/netcfg-menu \
scripts/netcfg-wpa_actiond \
scripts/netcfg-wpa_actiond-action \