diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2013-05-15 07:01:40 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2013-05-15 07:01:40 +0000 |
commit | 86fdb9161aad25ff024f9ff3731b371b14e63972 (patch) | |
tree | af351e325a3ce1e4957de47740f5f7d2d003c9ea | |
parent | 8050c79f78b8711a5051f37a4bc8792764ce3216 (diff) | |
download | pkgsrc-86fdb9161aad25ff024f9ff3731b371b14e63972.tar.gz |
hook xen{kernel,tools}42 into the build
-rw-r--r-- | sysutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index eab46032192..53450c05d66 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.573 2013/05/07 08:49:40 wiz Exp $ +# $NetBSD: Makefile,v 1.574 2013/05/15 07:01:40 jnemeth Exp $ # COMMENT= System utilities @@ -512,12 +512,14 @@ SUBDIR+= xenkernel20 SUBDIR+= xenkernel3 SUBDIR+= xenkernel33 SUBDIR+= xenkernel41 +SUBDIR+= xenkernel42 SUBDIR+= xenstoretools SUBDIR+= xentools20 SUBDIR+= xentools3 SUBDIR+= xentools3-hvm SUBDIR+= xentools33 SUBDIR+= xentools41 +SUBDIR+= xentools42 SUBDIR+= xenvstat SUBDIR+= xfce4-appfinder SUBDIR+= xfce4-battery-plugin |