diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |