From f86d76513a508cdf907a40af3b947c359c9de5d7 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 23 Nov 2018 22:15:08 +0100 Subject: Add dhcpcd hook for swclock Signed-off-by: David Oberhollenzer --- Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3fb4686..a74c62d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,14 @@ helperdir = @SCRIPTDIR@ helper_PROGRAMS = helper_SCRIPTS = +dhcpcddir = @DHCPCDHOOKDIR@ + +if SWCLOCK +if DHCPCLIENT +dhcpcd_DATA = etc/40-ntpsetdate +endif +endif + include scripts/Makemodule.am include services/Makemodule.am include crontab/Makemodule.am -- cgit v1.2.3