From f73a1822cd928f43e83f59befc6bcd6edc645b6b Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 21 Dec 1999 11:52:42 +0000 Subject: Make this package work on Solaris. --- x11/sunclock/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'x11') diff --git a/x11/sunclock/Makefile b/x11/sunclock/Makefile index a631f0d31c5..449ac33ba21 100644 --- a/x11/sunclock/Makefile +++ b/x11/sunclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/15 20:39:49 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/12/21 11:52:42 agc Exp $ # DISTNAME= sunclock-1.4 @@ -9,4 +9,10 @@ MAINTAINER= perry@netbsd.org USE_IMAKE= yes +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +MAKE_ENV+= CPPFLAGS=-DUSE_PUTENV +.endif + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3