diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-07-13 22:13:47 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-07-13 22:13:47 +0000 |
commit | 57995c0b73f5d629a227f53577b4c35c6c7587ef (patch) | |
tree | 38e64d37ca5ec3d7e71ad598f3dff6b2793b1e07 /x11 | |
parent | 2edcf16b8c5e0eb3678c9c7f853f7acb3720d7d3 (diff) | |
download | pkgsrc-57995c0b73f5d629a227f53577b4c35c6c7587ef.tar.gz |
Enable xwrits
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 13bc993f715..528687f6f93 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 1998/07/09 12:48:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.43 1998/07/13 22:13:47 tsarna Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -123,6 +123,7 @@ SUBDIR += xview-clients SUBDIR += xview-config SUBDIR += xview-lib + SUBDIR += xwrits # SUBDIR += xzoom .include "../mk/bsd.pkg.subdir.mk" |