diff options
author | fredb <fredb@pkgsrc.org> | 2003-04-28 15:01:55 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-04-28 15:01:55 +0000 |
commit | 708739d9b10575c701a71739b8d4df7ea8b008a4 (patch) | |
tree | 52bb08824ac9377d61927d615197f0ec1bd15a81 | |
parent | 3f0c18db3745312487450ceb3490e0ca74ac4c9a (diff) | |
download | pkgsrc-708739d9b10575c701a71739b8d4df7ea8b008a4.tar.gz |
The ${MACHINE_PLATFORM} that we're targetting is NetBSD-*-m68k. There is no
NetBSD-*-mac68k. This is certainly going to fail on non-mac68k. We probably
should just restore the custom check.
-rw-r--r-- | misc/dt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 7d5c6829fa7..213dc4380d4 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/03/29 12:41:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2003/04/28 15:01:55 fredb Exp $ # DISTNAME= dt-1.1.7 @@ -11,7 +11,7 @@ MAINTAINER= fredb@netbsd.org COMMENT= Virtual consoles for NetBSD/mac68k (and macppc?) NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -ONLY_FOR_PLATFORM= NetBSD-*-mac68k # NetBSD-*-macppc +ONLY_FOR_PLATFORM= NetBSD-*-m68k ALL_TARGET= depend all CPPFLAGS+= -D${DT_LAYOUT}_LAYOUT |