diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-12 14:00:35 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-12 14:00:35 +0000 |
commit | e5f844fe482564133d21cff8f8e89db58892d982 (patch) | |
tree | ce0c9edc923460e0a6d50ddbc285ab56d77fabd8 /textproc | |
parent | 1231b21c22705be128870cc73954cc5b7916f020 (diff) | |
download | FreeBSD-ports-e5f844fe482564133d21cff8f8e89db58892d982.zip FreeBSD-ports-e5f844fe482564133d21cff8f8e89db58892d982.tar.gz |
enable textproc/rot13, a trivial file encription tool.
PR: 4027
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f993a3e..36b43b0 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 |