aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-26 12:19:23 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-26 13:10:42 +0100
commit011bf3b9f4ef9470ae97fd2b93857a2bdd4f94cb (patch)
tree172ed07f187295fc97d6175e54c54c0496725065 /src/Makefile
parentwg: include tools version (diff)
downloadwireguard-tools-011bf3b9f4ef9470ae97fd2b93857a2bdd4f94cb.tar.xz
wireguard-tools-011bf3b9f4ef9470ae97fd2b93857a2bdd4f94cb.zip
README: consolidate with INSTALL and rewrite
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--src/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index 92ff52b..6bbed32 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -96,9 +96,6 @@ install: wg
@[ "$(WITH_WGQUICK)" = "yes" -a "$(WITH_SYSTEMDUNITS)" = "yes" ] || exit 0; \
install -v -d "$(DESTDIR)$(SYSTEMDUNITDIR)" && install -v -m 0644 systemd/wg-quick@.service "$(DESTDIR)$(SYSTEMDUNITDIR)/wg-quick@.service"
-help:
- @cat INSTALL
-
-.PHONY: clean install help
+.PHONY: clean install
-include *.d