diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-12 06:12:02 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-12 06:12:02 +0000 |
commit | 230f8c0a602d9143b498d1d7b3a89126ebafffda (patch) | |
tree | 9d2ddaeeaed016d9b9433d3b3a9d2d00dfd49c49 /textproc/Makefile | |
parent | e443e89ea9837edfacccfbac434a578e59b7407b (diff) |
add rotix
A program to generate rotational obfuscations
PR: 32608
Submitted by: lintux@lintux.cx
Notes
Notes:
svn path=/head/; revision=51377
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2cae75dbe5dd..6f8ac08681cd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -196,6 +196,7 @@ SUBDIR += replaceit SUBDIR += rman SUBDIR += rot + SUBDIR += rotix SUBDIR += rtf2htm SUBDIR += ruby-csv SUBDIR += ruby-erb |