diff options
author | jlam <jlam> | 2007-12-31 20:06:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2007-12-31 20:06:37 +0000 |
commit | 59b20efc44693aa6490c645e0a451f574727a43b (patch) | |
tree | 726efe268adfaa4f45279c5fb874d6a6f8742b6c /emulators/netbsd32_compat40-extras | |
parent | 081500d48fbe38226d2e7047a59ce522d667afb0 (diff) | |
download | pkgsrc-59b20efc44693aa6490c645e0a451f574727a43b.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" |