sbin_SCRIPTS = halt reboot
EXTRA_DIST = halt reboot

POST_INSTALL = echo ' \
===============================================\
  To complete the installation execute the     \
  following as root:                           \
                                               \
  cp $(sbindir)halt /sbin/halt                 \
  cp $(sbindir)reboot /sbin/reboot             \
  chmod 400 /sbin/halt /sbin/reboot            \
                                               \
  Make sure you're in a jail!                  \
                                               \
==============================================='\

syntax highlighted by Code2HTML, v. 0.9.1