AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = banned chrootsh ushell cvssh man_MANS = banned.8 chrootsh.8 ushell.1 cvssh.1 INCLUDES = \ -DCHROOTSH_PATH=\"${bindir}/`echo chrootsh|sed '${transform}'`\" EXTRA_DIST = $(man_MANS) install-exec-hook: chrootsh_prog="${bindir}/`echo chrootsh|sed '${transform}'`"; \ chown root $${chrootsh_prog}; \ chmod 4755 $${chrootsh_prog}