diff options
author | ross <ross@pkgsrc.org> | 1999-05-07 07:11:16 +0000 |
---|---|---|
committer | ross <ross@pkgsrc.org> | 1999-05-07 07:11:16 +0000 |
commit | 7997bc7b57ea5423385a90be0c404d0e91337f10 (patch) | |
tree | b52a485ebc2733f2fac481066615f2f5698c06f9 /sysutils/mkhybrid/Makefile | |
parent | 8c6b9764e1fb133d9ab7d0f569c740d4965c7fc6 (diff) | |
download | pkgsrc-7997bc7b57ea5423385a90be0c404d0e91337f10.tar.gz |
* Enable on alpha.
* Mods for LP64 / general type sanity
Diffstat (limited to 'sysutils/mkhybrid/Makefile')
-rw-r--r-- | sysutils/mkhybrid/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile index 798af697791..1c85c3f4d64 100644 --- a/sysutils/mkhybrid/Makefile +++ b/sysutils/mkhybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/11/13 01:43:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/07 07:11:16 ross Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp # @@ -9,8 +9,6 @@ MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ps.ucl.ac.uk/~jcpearso/mkhybrid.html -NOT_FOR_ARCHS= alpha #gcc lossage - GNU_CONFIGURE= yes ALL_TARGET= World |