summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-27 00:11:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-27 00:11:48 +0000
commitef4308c86e56b4463826e006273d8e7ff9eabd6d (patch)
tree71bd9e226b5072bc421d052f6d1613c8a234bf1a /textproc/Makefile
parentunroff is now in textproc. (diff)
Move glimpse, isearch, ispell, mgdiff, rman and unroff to textproc.
Notes
Notes: svn path=/head/; revision=6319
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index e5471e0bf153..c1473987844d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,6 +1,12 @@
-# $Id$
+# $Id: Makefile,v 1.1 1997/04/26 20:08:43 jfieber Exp $
#
+ SUBDIR += glimpse
+ SUBDIR += isearch
+ SUBDIR += ispell
+ SUBDIR += mgdiff
+ SUBDIR += rman
SUBDIR += sp
+ SUBDIR += unroff
.include <bsd.port.subdir.mk>