diff options
Diffstat (limited to 'games/adom')
-rw-r--r-- | games/adom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 729d47c58e4..07339edca63 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:12 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/05/22 22:22:03 jlam Exp $ # DISTNAME= adom-111-elf @@ -16,7 +16,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i386 WRKSRC= ${WRKDIR}/adom NO_BUILD= YES NO_CONFIGURE= YES -CHECK_SHLIBS= NO .include "../../emulators/suse_linux/Makefile.application" |