chiark / gitweb /
Initial revision
[shells] / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2
3 bin_PROGRAMS = banned chrootsh ushell
4 man_MANS = banned.8 chrootsh.8 ushell.1
5
6 INCLUDES = \
7         -DCHROOTSH_PATH=\"${bindir}/`echo chrootsh|sed '${transform}'`\"
8
9 EXTRA_DIST = $(man_MANS)
10
11 install-exec-hook:
12         chrootsh_prog="${bindir}/`echo chrootsh|sed '${transform}'`"; \
13         chown root $${chrootsh_prog}; \
14         chmod 4755 $${chrootsh_prog}