diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lv/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile index d58a7f434b3..e3394101bec 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:21:02 agc Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/17 15:22:52 xtraeme Exp $ # FreeBSD Id: Makefile,v 1.3 1999/01/08 03:32:06 itojun Exp $ DISTNAME= lv450 @@ -14,8 +14,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/build GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../src/configure -# Causes unaligned access fault... -# Note that the 32bit (sparc) binary works fine. -NOT_FOR_PLATFORM= NetBSD-*-sparc64 - .include "../../mk/bsd.pkg.mk" |