diff options
author | tron <tron> | 1998-12-30 00:55:03 +0000 |
---|---|---|
committer | tron <tron> | 1998-12-30 00:55:03 +0000 |
commit | a72f9966ec79ff216090aa6b93d7851dcc5fb6ec (patch) | |
tree | 5b487a1dce248cf6fa50c2c3faea894c2c4d9409 | |
parent | 55e598818a8b2616508881b3de48e5f8c5432644 (diff) | |
download | pkgsrc-a72f9966ec79ff216090aa6b93d7851dcc5fb6ec.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 |