]> git.saurik.com Git - apple/network_cmds.git/blobdiff - traceroute.tproj/Makefile.postamble
network_cmds-115.tar.gz
[apple/network_cmds.git] / traceroute.tproj / Makefile.postamble
index de54c2492253ad6e4816550b3021744726bdebda..71d55a8e2744029a8cd88524004b6239bf5ac4ef 100644 (file)
@@ -108,3 +108,6 @@ STRIPFLAGS =
 # 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 traceroute.8 "$(DSTROOT)/usr/share/man/man8/traceroute.8"