diff options
Diffstat (limited to 'lang/ocaml/Makefile.common')
-rw-r--r-- | lang/ocaml/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 9cf9f6c8efe..8ec8fa6bbbf 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2015/08/22 10:45:13 jaapb Exp $ +# $NetBSD: Makefile.common,v 1.45 2015/09/07 12:02:05 jperkin Exp $ # used by x11/labltk/Makefile # used by x11/ocaml-graphics/Makefile @@ -28,7 +28,7 @@ PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux" +.if ${OPSYS} == "Linux" INSTALL_UNSTRIPPED= yes .endif |