X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/709a58224ea43109dc10bfd6a67de1e432174197..34d340d711a2b033f5da480ed7b5eb147679a588:/sysctl.tproj/Makefile.postamble diff --git a/sysctl.tproj/Makefile.postamble b/sysctl.tproj/Makefile.postamble index f5f7c67..72a3197 100644 --- a/sysctl.tproj/Makefile.postamble +++ b/sysctl.tproj/Makefile.postamble @@ -111,3 +111,5 @@ after_install: mkdir -p "$(DSTROOT)/usr/share/man/man8" install -c -m 644 sysctl.8 "$(DSTROOT)/usr/share/man/man8/sysctl.8" + mkdir -p "$(DSTROOT)/usr/share/man/man5" + install -c -m 644 sysctl.conf.5 "$(DSTROOT)/usr/share/man/man5/sysctl.conf.5"