Make this compile on SunOS 5.x.

This commit is contained in:
is 2006-01-13 11:16:57 +00:00
parent 9cd349a719
commit 08ad9442e1

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2005/01/25 04:20:31 tv Exp $
# $NetBSD: Makefile,v 1.8 2006/01/13 11:16:57 is Exp $
#
DISTNAME= phoon_01apr1995
@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/phoon
.include "../../mk/bsd.prefs.mk"
# doesn't have tm_gmtoff
.if ${OPSYS} == "Interix"
.if ${OPSYS} == "Interix" || ${OPSYS} == "SunOS"
MAKE_FLAGS+= DEFINES=-DSYSV
.endif