summaryrefslogtreecommitdiff
path: root/time/plan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/plan/Makefile')
-rw-r--r--time/plan/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/time/plan/Makefile b/time/plan/Makefile
index 7666c6318fb..32e2e90f591 100644
--- a/time/plan/Makefile
+++ b/time/plan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2012/10/08 13:04:27 asau Exp $
+# $NetBSD: Makefile,v 1.32 2014/02/16 15:41:54 wiedi Exp $
DISTNAME= plan-1.9
PKGREVISION= 1
@@ -23,6 +23,10 @@ INSTALLATION_DIRS= libexec/plan ${PKGMANDIR}/man1 ${PKGMANDIR}/man4 \
BUILD_TARGET= ${LOWER_VENDOR}${OS_VERSION:C/.[0-9]//}
.endif
+.if ${OPSYS} == "SunOS"
+BUILD_TARGET= "solg"
+.endif
+
.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc-3.*)