diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-10 01:50:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-10 01:50:49 +0000 |
commit | df29f54e000de42e715e5d77977c4bce5a218d2c (patch) | |
tree | 57acb7daab97eda75ccca85ae43c9c88295dcaab /archivers | |
parent | fa29b4acb846dc124e91ddad66bc19fba4430909 (diff) | |
download | ports-df29f54e000de42e715e5d77977c4bce5a218d2c.tar.gz ports-df29f54e000de42e715e5d77977c4bce5a218d2c.zip |
Addex uudx.
Notes
Notes:
svn path=/head/; revision=3189
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 5833100d800b..fd921f4b8bb6 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1996/04/12 08:47:53 asami Exp $ +# $Id: Makefile,v 1.10 1996/05/15 19:23:38 ache Exp $ # SUBDIR += arc @@ -11,6 +11,7 @@ SUBDIR += unrar SUBDIR += unzip SUBDIR += unzip.with_encryption + SUBDIR += uudx SUBDIR += zip SUBDIR += zip.with_encryption SUBDIR += zoo |