diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-31 13:39:32 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-31 13:39:32 +0000 |
commit | 8261ef3d7439333e1245f0659bf38df35acb82b5 (patch) | |
tree | 09cd53bef7ba1107df46e51d4b3af9513caaf352 /games/nethack-lib | |
parent | 16c0e29a90eacb7179d0b0a147412c9a6e4c7ae3 (diff) | |
download | pkgsrc-8261ef3d7439333e1245f0659bf38df35acb82b5.tar.gz |
gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"
Suggested by Matthias Scheler.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile | 6 |
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" |