diff options
author | SADA Kenji <sada@FreeBSD.org> | 1998-12-26 17:19:27 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1998-12-26 17:19:27 +0000 |
commit | 0cb1485cb1ef8c0bfd8ef1ab65c1fc514ce069d5 (patch) | |
tree | da30f3fb22465240cc9f7d58a55094f77752130a | |
parent | ed1f6006883e8c9c20663ec8c74b7eb0eeb923dd (diff) | |
download | freebsd-ports-0cb1485cb1ef8c0bfd8ef1ab65c1fc514ce069d5.zip |
Activate comconsole
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 6f8fa8073cdd..e2edd0a3b202 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.178 1998/12/17 23:43:17 asami Exp $ +# $Id: Makefile,v 1.179 1998/12/24 13:50:40 jseger Exp $ # SUBDIR += 221upgrade @@ -13,6 +13,7 @@ SUBDIR += bb SUBDIR += chord SUBDIR += colorls + SUBDIR += comconsole SUBDIR += crosspad SUBDIR += ctk SUBDIR += cwish |