diff options
author | zuntum <zuntum> | 2001-03-31 13:39:32 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-31 13:39:32 +0000 |
commit | 9e74d282d01735ce35c63dc797ffe4ec916520bc (patch) | |
tree | 09cd53bef7ba1107df46e51d4b3af9513caaf352 /games/nethack-lib | |
parent | 282e5eaea2059f6de6ec3bc8f69cc0296f438ea8 (diff) | |
download | pkgsrc-9e74d282d01735ce35c63dc797ffe4ec916520bc.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" |