diff options
author | asami <asami@FreeBSD.org> | 1997-04-27 08:11:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-27 08:11:48 +0800 |
commit | b1b5c24b446c73ec762f204a5b534e732d71e867 (patch) | |
tree | 53adefa916f75bbd3c7662fc64d5e30b2d9194c7 /textproc/Makefile | |
parent | 56aef1a4bda59628d2373dc60d8914622e271f4c (diff) | |
download | freebsd-ports-graphics-b1b5c24b446c73ec762f204a5b534e732d71e867.tar.gz freebsd-ports-graphics-b1b5c24b446c73ec762f204a5b534e732d71e867.tar.zst freebsd-ports-graphics-b1b5c24b446c73ec762f204a5b534e732d71e867.zip |
Move glimpse, isearch, ispell, mgdiff, rman and unroff to textproc.
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 e5471e0bf15..c1473987844 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> |