summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4dd48ad..5b5fa21 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@ DESTDIR=
VERSION=2.6
VPATH = doc
+.PHONY: install docs
+
install:
install -d $(DESTDIR)/usr/lib/network/{connections,hooks} \
$(DESTDIR)/etc/network.d/{examples,hooks,interfaces} \