Miscellanous tidying and security fixes. Lots of thanks due to Clive
[shells] / Makefile.am
CommitLineData
ed36b0a2 1AUTOMAKE_OPTIONS = foreign
2
28e8164e 3bin_PROGRAMS = banned chrootsh ushell cvssh
ed36b0a2 4man_MANS = banned.8 chrootsh.8 ushell.1
5
6INCLUDES = \
7 -DCHROOTSH_PATH=\"${bindir}/`echo chrootsh|sed '${transform}'`\"
8
9EXTRA_DIST = $(man_MANS)
10
11install-exec-hook:
12 chrootsh_prog="${bindir}/`echo chrootsh|sed '${transform}'`"; \
13 chown root $${chrootsh_prog}; \
14 chmod 4755 $${chrootsh_prog}