diff options
author | tg <tg@FreeBSD.org> | 1997-02-17 17:56:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-17 17:56:07 +0800 |
commit | e6bc603aba5585149ef89c6f26e01487377b5464 (patch) | |
tree | 19f7dfd2975f97721194bebf28197af8b36c9f6f /misc/Makefile | |
parent | aee070299456c33c3b1c7ee65060765935f44e89 (diff) | |
download | freebsd-ports-graphics-e6bc603aba5585149ef89c6f26e01487377b5464.tar.gz freebsd-ports-graphics-e6bc603aba5585149ef89c6f26e01487377b5464.tar.zst freebsd-ports-graphics-e6bc603aba5585149ef89c6f26e01487377b5464.zip |
Activate isearch.
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 a8682a41a70..081b31eb3b9 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.99 1997/01/05 22:57:28 obrien Exp $ +# $Id: Makefile,v 1.100 1997/01/24 07:51:16 tg Exp $ # SUBDIR += amanda @@ -19,6 +19,7 @@ SUBDIR += git SUBDIR += glimpse SUBDIR += ical + SUBDIR += isearch SUBDIR += ispell SUBDIR += kp SUBDIR += less |