]> git.saurik.com Git - apple/libinfo.git/blobdiff - membership.subproj/Makefile.postamble
Libinfo-278.tar.gz
[apple/libinfo.git] / membership.subproj / Makefile.postamble
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f20fb6f7a248b4bd0e142b47006d84c1544f7ce4 100644 (file)
@@ -0,0 +1,11 @@
+install-man-page: $(DSTROOT)/usr/share/man/man3
+       install -d $(DSTROOT)/usr/share/man/man3
+       install -c -m 644 mbr_check_membership.3 $(DSTROOT)/usr/share/man/man3
+       install -c -m 644 mbr_uid_to_uuid.3 $(DSTROOT)/usr/share/man/man3
+       install -c -m 644 mbr_uid_to_uuid_so.3 $(DSTROOT)/usr/share/man/man3/mbr_gid_to_uuid.3
+       install -c -m 644 mbr_uid_to_uuid_so.3 $(DSTROOT)/usr/share/man/man3/mbr_sid_to_uuid.3
+       install -c -m 644 mbr_uid_to_uuid_so.3 $(DSTROOT)/usr/share/man/man3/mbr_uuid_to_id.3
+       install -c -m 644 mbr_uid_to_uuid_so.3 $(DSTROOT)/usr/share/man/man3/mbr_uuid_to_sid.3
+
+$(DSTROOT)/usr/share/man/man3:
+       $(MKDIRS) $@