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/netbsd32_compat40-extras | |
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/netbsd32_compat40-extras')
-rw-r--r-- | emulators/netbsd32_compat40-extras/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/netbsd32_compat40-extras/Makefile b/emulators/netbsd32_compat40-extras/Makefile new file mode 100644 index 00000000000..37e9a9c23ae --- /dev/null +++ b/emulators/netbsd32_compat40-extras/Makefile @@ -0,0 +1,5 @@ +# $NetBSD: Makefile,v 1.1 2007/12/31 20:06:41 jlam Exp $ + +NETBSD_COMPAT32= yes + +.include "${.CURDIR}/../compat40-extras/Makefile" |