diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-14 21:27:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-14 21:27:46 +0200 |
commit | c4bf9802c5798b0c9b59d7716664748d92365d9a (patch) | |
tree | 07ef26d8ccf28dbd442fc883bd140e4950c0fb81 /Makefile | |
parent | 44766618179803ab22b5905fae31542d2d3f61d0 (diff) | |
download | dhcpcd-hook-openvpn-c4bf9802c5798b0c9b59d7716664748d92365d9a.tar.gz dhcpcd-hook-openvpn-c4bf9802c5798b0c9b59d7716664748d92365d9a.tar.zst |
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..011af1c --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: 40-openvpn + install -D -m0755 40-openvpn $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/40-openvpn |