]> git.saurik.com Git - apple/system_cmds.git/blobdiff - sysctl.tproj/Makefile.postamble
system_cmds-230.tar.gz
[apple/system_cmds.git] / sysctl.tproj / Makefile.postamble
index 70b747fd5435a8d12cfd99aac7d73f59e40f0edb..f5f7c67e2f307cb273fbef35990904aee6e49b9d 100644 (file)
 # Makefile API), which are rules that get invoked before and after the install 
 # target runs.  Such rules should be specified with the '::' syntax rather than 
 # a single colon.
+
+after_install:
+       mkdir -p "$(DSTROOT)/usr/share/man/man8"
+       install -c -m 644 sysctl.8 "$(DSTROOT)/usr/share/man/man8/sysctl.8"