]> git.saurik.com Git - apple/system_cmds.git/blob - init.tproj/Makefile.postamble
system_cmds-279.6.1.tar.gz
[apple/system_cmds.git] / init.tproj / Makefile.postamble
1 INSTALL_PERMISSIONS = 500 # If set, 'install' chmod's executable to this
2 #CHFLAGS = /usr/bin/chflags
3 #after_install::
4 # $(CHFLAGS) schg $(DSTROOT)$(INSTALLDIR)/$(NAME)
5 after_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"