From 5ac9b45fe392a70c7325aac65ff02f572cdf1cff Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sun, 19 Jun 2011 21:46:47 +0200 Subject: Add /etc/conf.d/netcfg for net-auto-wireless configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a0074e3..02f6695 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ install: $(DESTDIR)/usr/share/man/{man5,man8} \ install -d $(DESTDIR)/lib/systemd/system # Documentation + install -m644 config/netcfg $(DESTDIR)/etc/conf.d/netcfg install -m644 examples/* $(DESTDIR)/etc/network.d/examples/ install -m644 src/iftab $(DESTDIR)/etc/iftab install -m644 man/*.8 $(DESTDIR)/usr/share/man/man8 -- cgit v1.2.3-24-g4f1b