diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:11:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-27 00:11:48 +0000 |
commit | ef4308c86e56b4463826e006273d8e7ff9eabd6d (patch) | |
tree | 71bd9e226b5072bc421d052f6d1613c8a234bf1a /textproc/Makefile | |
parent | df8121b8caa5296c2f19c60df209d0a640021ac1 (diff) | |
download | ports-ef4308c86e56b4463826e006273d8e7ff9eabd6d.tar.gz ports-ef4308c86e56b4463826e006273d8e7ff9eabd6d.zip |
Notes
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 8 |
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> |