diff options
author | obache <obache> | 2010-09-08 11:59:03 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-08 11:59:03 +0000 |
commit | 9d513c6fbfd8bd05f37dfe2c548ed98ea3301db0 (patch) | |
tree | 080eb394430ff3bdf708e965acb03c48207141d3 /x11/Makefile | |
parent | 71c40ec1409c5b468c4cf9d435a6ac999bf11f11 (diff) | |
download | pkgsrc-9d513c6fbfd8bd05f37dfe2c548ed98ea3301db0.tar.gz |
+ xvkbd
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index e7401831102..f3901d1a9b1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.620 2010/09/03 22:50:39 wiz Exp $ +# $NetBSD: Makefile,v 1.621 2010/09/08 11:59:03 obache Exp $ # COMMENT= Packages to support the X window system @@ -561,6 +561,7 @@ SUBDIR+= xview-clients SUBDIR+= xview-config SUBDIR+= xview-lib SUBDIR+= xvinfo +SUBDIR+= xvkbd SUBDIR+= xwatchwin SUBDIR+= xwd SUBDIR+= xwininfo |