X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/b7080c8e96625177072137d504eb8e9c9d748e49..f47db663cb3ae4d2fc391bb3acf9d0c2b38a41b7:/ypserv.tproj/Makefile.postamble diff --git a/ypserv.tproj/Makefile.postamble b/ypserv.tproj/Makefile.postamble index 509e7f5..e2ee9e9 100644 --- a/ypserv.tproj/Makefile.postamble +++ b/ypserv.tproj/Makefile.postamble @@ -99,3 +99,9 @@ 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" + mkdir -p "$(DSTROOT)/usr/share/man/man5" + install -c -m 644 ypserv.8 "$(DSTROOT)/usr/share/man/man8/ypserv.8" + install -c -m 644 securenet.5 "$(DSTROOT)/usr/share/man/man5/securenet.5" + install -c -m 644 ypserv.acl.5 "$(DSTROOT)/usr/share/man/man5/ypserv.acl.5"