Boring files I don't want to see.
[shells] / Makefile.am
CommitLineData
ed36b0a2 1AUTOMAKE_OPTIONS = foreign
2
3bin_PROGRAMS = banned chrootsh ushell
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}