diff options
Diffstat (limited to 'emulators/compat16-extras/Makefile')
-rw-r--r-- | emulators/compat16-extras/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/emulators/compat16-extras/Makefile b/emulators/compat16-extras/Makefile new file mode 100644 index 00000000000..2bedad4d3a2 --- /dev/null +++ b/emulators/compat16-extras/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2007/08/21 22:49:17 jlam Exp $ + +DISTNAME= compat16-extras # overridden below +NETBSD_VERSION= 1.6 + +HOMEPAGE= http://www.NetBSD.org/Releases/formal-1.6/index.html +COMMENT= Additional shared libraries for NetBSD 1.6 compatibility + +EMUL_PLATFORMS= netbsd-i386 netbsd-sparc + +.include "../../emulators/compat_netbsd/Makefile.common" + +DISTNAME= compat16-extras-${EMUL_ARCH}-1.6.2 + +# This package should only be installed for COMPAT_NETBSD32 emulation +# on machines running NetBSD-1.6. +# +.if defined(NETBSD_COMPAT32) +ACCEPTABLE_NETBSD= NetBSD-1.5[A-Z]* NetBSD-1.6 NetBSD-1.6.* +.else +NOT_FOR_PLATFORM= NetBSD-*-${MACHINE_ARCH} +.endif + +.include "../../mk/bsd.pkg.mk" |