aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
blob: 017ea0219127e9938a2ab9726eff613ccf5787fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
NULL=

if NTP_BINSUBDIR_IS_BIN
bin_SCRIPTS =	ntp-wait ntptrace
else
sbin_SCRIPTS =	ntp-wait ntptrace
endif

noinst_SCRIPTS =		\
	calc_tickadj		\
	checktime		\
	freq_adj		\
	html2man		\
	mkver			\
	ntpsweep		\
	ntpver			\
	plot_summary		\
	summary			\
	$(NULL)

EXTRA_DIST =			\
	check--help		\
	checkChangeLog		\
	cvo.sh			\
	fixautomakedepsmagic	\
	genCommitLog		\
	genver			\
	hpadjtime.sh		\
	monitoring		\
	ntp-close		\
	ntp-groper		\
	ntp-restart		\
	ntp-status		\
	rc1			\
	rc2			\
	stats			\
	UpdatePoint		\
	VersionName		\
	$(NULL)