]> git.saurik.com Git - apple/system_cmds.git/blame - init.tproj/Makefile.postamble
system_cmds-230.tar.gz
[apple/system_cmds.git] / init.tproj / Makefile.postamble
CommitLineData
1815bff5
A
1INSTALL_PERMISSIONS = 500 # If set, 'install' chmod's executable to this
2#CHFLAGS = /usr/bin/chflags
3#after_install::
4# $(CHFLAGS) schg $(DSTROOT)$(INSTALLDIR)/$(NAME)
b51d5b5f
A
5after_install:
6 mkdir -p "$(DSTROOT)/usr/share/man/man8"
7 install -c -m 644 init.8 "$(DSTROOT)/usr/share/man/man8/init.8"
8 ln -f "$(DSTROOT)/usr/share/man/man8/init.8" "$(DSTROOT)/usr/share/man/man8/securelevel.8"