diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-14 21:29:57 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-14 21:29:57 +0200 |
commit | d0a96772bb17ef1716ac573f6b5be1857ba165bc (patch) | |
tree | cc2e24aa985f2c80a099c5973b799f6b26b04fb1 | |
parent | e3ec3eb9a1760a8799929416d681311d35116d7c (diff) | |
download | dhcpcd-hook-pdnsd-d0a96772bb17ef1716ac573f6b5be1857ba165bc.tar.gz dhcpcd-hook-pdnsd-d0a96772bb17ef1716ac573f6b5be1857ba165bc.tar.zst |
add Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |