# # Hammerhead: Essential /bin command helper. # # Include this AFTER Makefile.cmd in any command that should install to /bin # instead of /usr/bin. /bin is a real directory for boot-essential commands. # No compatibility symlinks are created in /usr/bin. # # Usage in a command Makefile: # include ../Makefile.cmd # include ../Makefile.essbin # ... # install: all $(ROOTPROG) # # Override default install destination — commands go to /bin ROOTPROG= $(PROG:%=$(ROOTESSBIN)/%) # No /usr/bin compatibility symlinks. ROOTUSRBINLINKS =