diff options
author | wiz <wiz> | 2001-03-16 14:16:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-16 14:16:43 +0000 |
commit | 85fe479e54bc3108ef5f9895f6ff3e825ab1563b (patch) | |
tree | b78109c9326230aa2abc671bf2b3d602bb3ccfc6 | |
parent | 52db78046800329714917303a0ee9ae9e0d87c27 (diff) | |
download | pkgsrc-85fe479e54bc3108ef5f9895f6ff3e825ab1563b.tar.gz |
Add and enable xwit
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 0cf2e691bd0..a10e3eb3919 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.208 2001/03/14 16:24:27 skrll Exp $ +# $NetBSD: Makefile,v 1.209 2001/03/16 14:16:43 wiz Exp $ # COMMENT= Packages to support the X window system @@ -138,6 +138,7 @@ SUBDIR+= xview-clients SUBDIR+= xview-config SUBDIR+= xview-lib SUBDIR+= xwatchwin +SUBDIR+= xwit SUBDIR+= xworld SUBDIR+= xwrits |