|
root / base / usr / src / cmd / Makefile.esssbin
Makefile.esssbin Makefile 14 lines 398 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#
# 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)
#