diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-04-22 14:08:59 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-04-22 14:08:59 +0000 |
commit | aadb6f143caf43519985219613e5e4cfb8419076 (patch) | |
tree | 44759502f8a2e69af7689e013c4c6a59aa297040 /misc/Makefile | |
parent | Import of xquote, which gets stock quotes over the network. (diff) |
Activate xquote.
Notes
Notes:
svn path=/head/; revision=10635
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3759d8878e9e..8f9206cba898 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.138 1998/03/27 11:58:25 tg Exp $ +# $Id: Makefile,v 1.139 1998/04/20 02:10:42 mph Exp $ # SUBDIR += acron @@ -66,6 +66,7 @@ SUBDIR += xpns SUBDIR += xtar SUBDIR += xtimer + SUBDIR += xquote SUBDIR += ytree SUBDIR += zorro |