#
# Hammerhead: Essential /sbin command helper.
#
# Include this AFTER Makefile.cmd in any command that should install to /sbin
# instead of /usr/sbin. /sbin is a real directory for boot-essential commands.
# No compatibility symlinks are created in /usr/sbin.
#
# Usage in a command Makefile:
# include ../Makefile.cmd
# include ../Makefile.esssbin
# ...
# install: all $(ROOTSBINPROG)
#