From 9436363a913c318a01d198a565fc6655cbe553d8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 2 Jan 2017 05:33:43 +0100 Subject: tools: add wg-quick This is based on wg-config, but is even easier to use, and now makes our full tools suite. --- contrib/examples/wg-config/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 contrib/examples/wg-config/Makefile (limited to 'contrib/examples/wg-config/Makefile') diff --git a/contrib/examples/wg-config/Makefile b/contrib/examples/wg-config/Makefile deleted file mode 100644 index 4fa264c..0000000 --- a/contrib/examples/wg-config/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PREFIX ?= /usr -DESTDIR ?= -SBINDIR ?= $(PREFIX)/sbin - -all: - @echo "This is a shell script, so there is nothing to do. Try \"make install\" instead." - -install: - @install -v -m0755 -D -t$(DESTDIR)$(SBINDIR) wg-config - -.PHONY: all install -- cgit v1.2.3-59-g8ed1b