]> git.saurik.com Git - apple/system_cmds.git/blobdiff - accton.tproj/Makefile.postamble
system_cmds-431.tar.gz
[apple/system_cmds.git] / accton.tproj / Makefile.postamble
index 70b747fd5435a8d12cfd99aac7d73f59e40f0edb..74be9f9997e01a8151b6719e84cf4b0ff020f30c 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:
+       install -d $(DSTROOT)/usr/share/man/man8
+       install -m 0444 accton.8 $(DSTROOT)/usr/share/man/man8/accton.8
+