X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/8052502f69480852fa9ccecf3788125a3d1c6aaf..7ba0088d6898d7fd2873f736f1f556673a8be855:/ypbind.tproj/Makefile.postamble diff --git a/ypbind.tproj/Makefile.postamble b/ypbind.tproj/Makefile.postamble index cc6d6ab..7762d72 100644 --- a/ypbind.tproj/Makefile.postamble +++ b/ypbind.tproj/Makefile.postamble @@ -106,3 +106,6 @@ STRIPFLAGS = # owned by the top-level Makefile API and no context has been set up for where # derived files should go. +after_install: + mkdir -p "$(DSTROOT)/usr/share/man/man8" + install -c -m 644 ypbind.8 "$(DSTROOT)/usr/share/man/man8/ypbind.8"