diff options
author | jlam <jlam@pkgsrc.org> | 2007-12-31 20:06:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-12-31 20:06:37 +0000 |
commit | 645f80567889a24b12237f6cba4f5530fd404da1 (patch) | |
tree | 726efe268adfaa4f45279c5fb874d6a6f8742b6c /emulators/Makefile | |
parent | 36c1c8269b1be81c68eb8a57881571144cc949f0 (diff) | |
download | pkgsrc-645f80567889a24b12237f6cba4f5530fd404da1.tar.gz |
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 <agc>.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |