summaryrefslogtreecommitdiff
path: root/time/sunclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunclock/Makefile')
-rw-r--r--time/sunclock/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/time/sunclock/Makefile b/time/sunclock/Makefile
index 7f16c50600f..d62d6dd4bf3 100644
--- a/time/sunclock/Makefile
+++ b/time/sunclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:55:06 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 09:28:20 snj Exp $
#
DISTNAME= sunclock-1.4
@@ -9,13 +9,9 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MAINTAINER= perry@NetBSD.org
COMMENT= Show which portion of the Earth's surface is illuminated by the Sun
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_IMAKE= yes
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "SunOS"
-CPPFLAGS+= -DUSE_PUTENV
-.endif
+CPPFLAGS.SunOS= -DUSE_PUTENV
.include "../../mk/bsd.pkg.mk"