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, 3 months ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: NULL=
    2: 
    3: if NTP_BINSUBDIR_IS_BIN
    4: bin_SCRIPTS =	ntp-wait ntptrace
    5: else
    6: sbin_SCRIPTS =	ntp-wait ntptrace
    7: endif
    8: 
    9: noinst_SCRIPTS =		\
   10: 	calc_tickadj		\
   11: 	checktime		\
   12: 	freq_adj		\
   13: 	html2man		\
   14: 	mkver			\
   15: 	ntpsweep		\
   16: 	ntpver			\
   17: 	plot_summary		\
   18: 	summary			\
   19: 	$(NULL)
   20: 
   21: EXTRA_DIST =			\
   22: 	check--help		\
   23: 	checkChangeLog		\
   24: 	cvo.sh			\
   25: 	fixautomakedepsmagic	\
   26: 	genCommitLog		\
   27: 	genver			\
   28: 	hpadjtime.sh		\
   29: 	monitoring		\
   30: 	ntp-close		\
   31: 	ntp-groper		\
   32: 	ntp-restart		\
   33: 	ntp-status		\
   34: 	rc1			\
   35: 	rc2			\
   36: 	stats			\
   37: 	UpdatePoint		\
   38: 	VersionName		\
   39: 	$(NULL)

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