$NetBSD$

--- man/Makefile.orig	2004-10-15 15:24:00.000000000 +0100
+++ man/Makefile	2004-10-15 15:24:39.000000000 +0100
@@ -17,6 +17,6 @@
 DIR=$(MANDIR)/man$(MANEXT)
 
 install:
-	for i in *.m; do cp $$i $(DIR)/`basename $$i .m`.$(MANEXT); done
+	for i in *.m; do ${BSD_INSTALL_MAN} $$i $(DIR)/`basename $$i .m`.$(MANEXT); done
 	echo '.so man$(MANEXT)/ocamlc.$(MANEXT)' > $(DIR)/ocamlc.opt.$(MANEXT)
 	echo '.so man$(MANEXT)/ocamlopt.$(MANEXT)' > $(DIR)/ocamlopt.opt.$(MANEXT)
