From 59b20efc44693aa6490c645e0a451f574727a43b Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 31 Dec 2007 20:06:37 +0000 Subject: Add support for NetBSD 4.0 compatibility through installing compat40 and netbsd32_compat40 packages. The compat40 packages are currently built by comparing the 4.0 release against the 20071230 version of HEAD. Commit approved by . --- emulators/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emulators/Makefile') diff --git a/emulators/Makefile b/emulators/Makefile index 314917806a2..515f744b1d2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.165 2007/09/07 22:56:23 wiz Exp $ +# $NetBSD: Makefile,v 1.166 2007/12/31 20:06:38 jlam Exp $ # COMMENT= Emulators for other operating systems @@ -32,6 +32,8 @@ SUBDIR+= compat20 SUBDIR+= compat20-extras SUBDIR+= compat30 SUBDIR+= compat30-extras +SUBDIR+= compat40 +SUBDIR+= compat40-extras #SUBDIR+= compat_netbsd # only contains Makefile fragments SUBDIR+= cygwin_esound SUBDIR+= cygwin_lib @@ -79,6 +81,8 @@ SUBDIR+= netbsd32_compat20 SUBDIR+= netbsd32_compat20-extras SUBDIR+= netbsd32_compat30 SUBDIR+= netbsd32_compat30-extras +SUBDIR+= netbsd32_compat40 +SUBDIR+= netbsd32_compat40-extras SUBDIR+= openmsx SUBDIR+= or1ksim SUBDIR+= osf1_lib -- cgit v1.2.3