Expunge revision histories.
[shells] / Makefile.am
CommitLineData
ed36b0a2 1AUTOMAKE_OPTIONS = foreign
2
28e8164e 3bin_PROGRAMS = banned chrootsh ushell cvssh
666cfc5c 4man_MANS = banned.8 chrootsh.8 ushell.1 cvssh.1
ed36b0a2 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}