From d0a96772bb17ef1716ac573f6b5be1857ba165bc Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sun, 14 Sep 2014 21:29:57 +0200 Subject: add Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d33e845 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +install: 21-pdnsd + install -D -m0755 21-pdnsd $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/21-pdnsd + install -D -m0644 pdnsd.conf.dhcpcd-hook $(DESTDIR)/etc/pdnsd.conf.dhcpcd-hook -- cgit v1.2.3-54-g00ecf