diff options
Diffstat (limited to 'contrib/ntp/Makefile.in')
-rw-r--r-- | contrib/ntp/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/ntp/Makefile.in b/contrib/ntp/Makefile.in index fd9ba151c1b3..0bb02e2ee5e9 100644 --- a/contrib/ntp/Makefile.in +++ b/contrib/ntp/Makefile.in @@ -142,6 +142,7 @@ EXTRA_DIST = \ README.cvs \ README.des \ README.hackers \ + README.refclocks \ README.rsa \ README.versions \ TODO \ @@ -522,6 +523,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." |