diff options
author | tron <tron@pkgsrc.org> | 1998-12-30 00:55:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-30 00:55:03 +0000 |
commit | 4e5f98e282ddfe28dd8d6e816cc7b04a47792597 (patch) | |
tree | 5b487a1dce248cf6fa50c2c3faea894c2c4d9409 | |
parent | 2bfc5139501c99db8d1f3d0dd8c15e2a851d4179 (diff) | |
download | pkgsrc-4e5f98e282ddfe28dd8d6e816cc7b04a47792597.tar.gz |
Add missing "xview" sub directories.
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index fe7ccb9bb81..67b1ceeebb1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 1998/12/26 16:07:57 garbled Exp $ +# $NetBSD: Makefile,v 1.67 1998/12/30 00:55:03 tron Exp $ # FreeBSD Id: Makefile,v 1.156 1997/09/30 07:54:42 asami Exp # @@ -137,6 +137,9 @@ SUBDIR += xtimer # SUBDIR += xtoolwait SUBDIR += xview + SUBDIR += xview-clients + SUBDIR += xview-config + SUBDIR += xview-lib SUBDIR += xwrits # SUBDIR += xzoom |