summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/nethack-lib/Makefile6
1 files changed, 1 insertions, 5 deletions
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"