summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/Makefile.am')
-rw-r--r--contrib/ntp/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ntp/Makefile.am b/contrib/ntp/Makefile.am
index 977643b..40200e3 100644
--- a/contrib/ntp/Makefile.am
+++ b/contrib/ntp/Makefile.am
@@ -29,6 +29,7 @@ EXTRA_DIST = \
README.cvs \
README.des \
README.hackers \
+ README.refclocks \
README.rsa \
README.versions \
TODO \
@@ -78,6 +79,8 @@ $(srcdir)/version: FRC.version
dist-hook:
@find $(distdir) -type d -name CVS -print | xargs rm -rf
@find $(distdir) -type d -name SCCS -print | xargs rm -rf
+ @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
+ do chmod u+w $$i ; unix2dos $$i $$i; done
.warning:
@echo "Compiling with GCC now generates lots of new warnings."
OpenPOWER on IntegriCloud