Annotation of embedaddon/ntp/scripts/Makefile.am, revision 1.1.1.1

1.1       misho       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>