diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:31:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:31:12 +0000 |
commit | edde123c0b03149021c0d58a9dd649c4abc7218f (patch) | |
tree | 4f31f554946ee85b289eda3423eb92d4d474576e /x11 | |
parent | c11f98ed94ea1dcf468f2d7d518c8677d5f76761 (diff) | |
download | freebsd-ports-edde123c0b03149021c0d58a9dd649c4abc7218f.zip |
color_xterm was broken to color and _xterm separately, fix it
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/Makefile b/x11/Makefile index e454f3feffe8..d24d46203437 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,11 +1,10 @@ -# $Id: Makefile,v 1.68 1995/06/22 06:33:22 asami Exp $ +# $Id: Makefile,v 1.69 1995/07/05 21:39:13 asami Exp $ # SUBDIR += XFree86 SUBDIR += Xaw3d SUBDIR += blt - SUBDIR += color - SUBDIR += _xterm + SUBDIR += color_xterm SUBDIR += ctwm SUBDIR += emiclock SUBDIR += emu |