From 9e74d282d01735ce35c63dc797ffe4ec916520bc Mon Sep 17 00:00:00 2001 From: zuntum Date: Sat, 31 Mar 2001 13:39:32 +0000 Subject: gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS" Suggested by Matthias Scheler. --- games/nethack-lib/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'games') diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 61bb69819a2..d918dda88b9 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/03/01 19:07:51 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/03/31 13:39:33 zuntum Exp $ # .include "../nethack-lib/Makefile.common" @@ -12,8 +12,4 @@ CONFIGURE_SCRIPT= ./sys/unix/setup.sh ALL_TARGET= datastuff INSTALL_TARGET= manpages install-dat -.if ${OPSYS} == "SunOS" -MAKE_FLAGS+= CC=gcc CPPFLAGS= -.endif - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3