diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-12 22:00:35 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-12 22:00:35 +0800 |
commit | e5f844fe482564133d21cff8f8e89db58892d982 (patch) | |
tree | ce0c9edc923460e0a6d50ddbc285ab56d77fabd8 /textproc/Makefile | |
parent | 1231b21c22705be128870cc73954cc5b7916f020 (diff) | |
download | freebsd-ports-graphics-e5f844fe482564133d21cff8f8e89db58892d982.tar.gz freebsd-ports-graphics-e5f844fe482564133d21cff8f8e89db58892d982.tar.zst freebsd-ports-graphics-e5f844fe482564133d21cff8f8e89db58892d982.zip |
enable textproc/rot13, a trivial file encription tool.
PR: 4027
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f993a3e4b98..36b43b03a55 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1997/10/01 07:09:55 max Exp $ +# $Id: Makefile,v 1.11 1997/10/11 10:38:49 wosch Exp $ # SUBDIR += agrep @@ -16,6 +16,7 @@ SUBDIR += par SUBDIR += pilot_makedoc SUBDIR += rman + SUBDIR += rot13 SUBDIR += sgmlformat SUBDIR += sp SUBDIR += unroff |