diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/sunclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/sunclock/Makefile b/time/sunclock/Makefile index 8966edfdfbc..e1c91988502 100644 --- a/time/sunclock/Makefile +++ b/time/sunclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:53 jlam Exp $ # DISTNAME= sunclock-1.4 @@ -13,7 +13,7 @@ USE_IMAKE= yes .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -MAKE_ENV+= CPPFLAGS=-DUSE_PUTENV +CPPFLAGS+= -DUSE_PUTENV .endif .include "../../mk/bsd.pkg.mk" |