config root man

Current Path : /usr/src/contrib/ntp/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/src/contrib/ntp/bincheck.mf

# we traditionally installed software in bindir, while it should have gone
# in sbindir.  Now that we offer a choice, look in the "other" installation
# subdir to warn folks if there is another version there.

install-exec-hook:
	@case ${BINSUBDIR} in					\
	 bin) ODIR=${exec_prefix}/sbin ;;			\
	 sbin) ODIR=${exec_prefix}/bin ;;			\
	esac;							\
	test -z "${bin_PROGRAMS}${bin_SCRIPTS}"			\
	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do		\
	   test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";	\
	done

#

Man Man