File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / scripts / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:38 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

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)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>