diff options
author | tron <tron> | 1998-12-30 00:55:03 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-30 00:55:03 +0000 |
commit | e18e5b81eb90437008d5796b90437ea5b2bfcac0 (patch) | |
tree | 5b487a1dce248cf6fa50c2c3faea894c2c4d9409 /x11/Makefile | |
parent | 8ce41ab70ab95fe117f218fde30b2bb5276fc719 (diff) | |
download | pkgsrc-e18e5b81eb90437008d5796b90437ea5b2bfcac0.tar.gz |
Add missing "xview" sub directories.
Diffstat (limited to 'x11/Makefile')
-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 |