]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ntp/sntp/bincheck.mf
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ntp / sntp / bincheck.mf
1 # we traditionally installed software in bindir, while it should have gone
2 # in sbindir.  Now that we offer a choice, look in the "other" installation
3 # subdir to warn folks if there is another version there.
4
5 install-exec-hook:
6         @case ${BINSUBDIR} in                                   \
7          bin) ODIR=${exec_prefix}/sbin ;;                       \
8          sbin) ODIR=${exec_prefix}/bin ;;                       \
9         esac;                                                   \
10         test -z "${bin_PROGRAMS}${bin_SCRIPTS}"                 \
11         || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do              \
12            test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";   \
13         done
14
15 #