20e66415 A |
1 | # This is modeled after the postamble script found in the |
2 | # system_cmds/ktrace.tproj/Makefile.postamble script |
1815bff5 |
3 | |
20e66415 A |
4 | install-man-page: |
5 | install -d $(DSTROOT)/usr/share/man/man8 |
6 | install -c -m 444 iostat.8 $(DSTROOT)/usr/share/man/man8/iostat.8 |