]> git.saurik.com Git - apple/system_cmds.git/blobdiff - hostinfo.tproj/Makefile.postamble
system_cmds-300.tar.gz
[apple/system_cmds.git] / hostinfo.tproj / Makefile.postamble
index 36381d42ea51238673c8b531b209c435c8fd4170..aa28ee470094fe2e0d0c59f332c4613e61eca0a2 100644 (file)
 #
 # Note: on MS Windows, executables, have an extension, so rules and dependencies
 #       for generated tools should use $(EXECUTABLE_EXT) on the end.
+
+SHAREDIR = /usr/share
+MANDIR   = $(SHAREDIR)/man/man8
+
+install-man-pages:
+       $(MKDIRS) $(DSTROOT)$(MANDIR)
+       install -c -m 444 hostinfo.8 $(DSTROOT)$(MANDIR)/hostinfo.8