|
root / base / usr / src / cmd / Makefile.essbin
Makefile.essbin Makefile 20 lines 545 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
#
# 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 =