diff options
author | agc <agc@pkgsrc.org> | 2006-07-03 07:29:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2006-07-03 07:29:28 +0000 |
commit | 68edd6a9e30c8ae698fc960ff1645655a14fc439 (patch) | |
tree | e22b47c8a3ad270795186bc5ca0e8743aa10f66a | |
parent | b789fd608a565992dabe8a1bbb65f82216e7aa68 (diff) | |
download | pkgsrc-68edd6a9e30c8ae698fc960ff1645655a14fc439.tar.gz |
Add and enable xenkernel30.
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1781063ed1b..9afd99cb45f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.361 2006/07/02 16:50:55 bouyer Exp $ +# $NetBSD: Makefile,v 1.362 2006/07/03 07:29:28 agc Exp $ # COMMENT= System utilities @@ -293,6 +293,7 @@ SUBDIR+= xdu SUBDIR+= xen12 SUBDIR+= xenconsole SUBDIR+= xenkernel20 +SUBDIR+= xenkernel30 SUBDIR+= xentools12 SUBDIR+= xentools20 SUBDIR+= xentools30 |