diff -ur ntp-4.2.0.orig/ntpd/Makefile.am ntp-4.2.0/ntpd/Makefile.am --- ntp-4.2.0.orig/ntpd/Makefile.am 2003-08-08 12:24:24.000000000 +0300 +++ ntp-4.2.0/ntpd/Makefile.am 2004-10-07 12:38:55.000000000 +0300 @@ -1,6 +1,6 @@ #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies AUTOMAKE_OPTIONS = ../util/ansi2knr -bin_PROGRAMS = ntpd @MAKE_NTPDSIM@ +sbin_PROGRAMS = ntpd @MAKE_NTPDSIM@ noinst_LIBRARIES = libntpd.a INCLUDES = -I$(top_srcdir)/include -I../include # LDADD might need RESLIB and ADJLIB. diff -ur ntp-4.2.0.orig/ntpdate/Makefile.am ntp-4.2.0/ntpdate/Makefile.am --- ntp-4.2.0.orig/ntpdate/Makefile.am 2003-07-17 13:27:30.000000000 +0300 +++ ntp-4.2.0/ntpdate/Makefile.am 2004-10-07 12:40:06.000000000 +0300 @@ -1,7 +1,7 @@ #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies AUTOMAKE_OPTIONS = ../util/ansi2knr #bin_PROGRAMS = ntpdate ntptimeset -bin_PROGRAMS = ntpdate +sbin_PROGRAMS = ntpdate EXTRA_PROGRAMS = ntptimeset ntptimeset_SOURCES = ntptimeset.c ntptime_config.c INCLUDES = -I$(top_srcdir)/include