diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-14 21:26:44 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-14 21:26:44 +0200 |
commit | c55ffbd5ff04e74ffc5057fb890012e5e0e6299a (patch) | |
tree | acccb71c4dbb89b485b9878c50ced669e3ffc051 | |
parent | 2707fd0aca75730526c232f5bebe4937b1f4a709 (diff) | |
download | dhcpcd-hook-ntpdate-c55ffbd5ff04e74ffc5057fb890012e5e0e6299a.tar.gz dhcpcd-hook-ntpdate-c55ffbd5ff04e74ffc5057fb890012e5e0e6299a.tar.zst |
add 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..1bbdcd3 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: 50-ntpdate + install -D -m0755 50-ntpdate $(DESTDIR)/usr/lib/dhcpcd/dhcpcd-hooks/50-ntpdate |