From f326b80da5765eb7b566f22883a9bd8a111afd1e Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Mon, 2 Oct 2006 21:19:22 +0000 Subject: fix PLIST for solaris --- lang/ocaml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index f131b9fcc8d..01fb88134f1 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/08/26 15:33:28 joerg Exp $ +# $NetBSD: Makefile,v 1.51 2006/10/02 21:19:22 dmcmahill Exp $ .include "Makefile.common" @@ -14,7 +14,7 @@ BUILD_TARGET= world ### # Stub libraries for functions missing from base system. -.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" +.if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS" PLIST_SRC+= ${PKGDIR}/PLIST.stub .endif -- cgit v1.2.3