diff options
author | tsarna <tsarna> | 1998-07-13 22:13:47 +0000 |
---|---|---|
committer | tsarna <tsarna> | 1998-07-13 22:13:47 +0000 |
commit | c6c4b90837a587a5af2a40f4763713e92dd49a78 (patch) | |
tree | 38e64d37ca5ec3d7e71ad598f3dff6b2793b1e07 /x11 | |
parent | f3ac8922d7b7ccb52f589ea1e38f5fb56b0a1885 (diff) | |
download | pkgsrc-c6c4b90837a587a5af2a40f4763713e92dd49a78.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" |