diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:16:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 08:16:04 +0000 |
commit | 24fed9c83f549615a92d3fe6181754c70a636dc6 (patch) | |
tree | efaa80c3f76eb492bd5fe3399c87124451d30605 /archivers | |
parent | c7c331625d5271207b25d57edbe1e1a281224d03 (diff) | |
download | ports-24fed9c83f549615a92d3fe6181754c70a636dc6.tar.gz ports-24fed9c83f549615a92d3fe6181754c70a636dc6.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 31d5b2c48451..ed8e733126f6 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,17 +1,17 @@ -# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $ +# $Id: Makefile,v 1.7 1995/10/03 11:44:59 asami Exp $ # SUBDIR += arc SUBDIR += gshar+gunshar SUBDIR += ha -RESTRICTED += hpack.non-usa_only + SUBDIR += hpack.non-usa_only SUBDIR += lha SUBDIR += unarj SUBDIR += unrar SUBDIR += unzip -RESTRICTED += unzip.with_encryption + SUBDIR += unzip.with_encryption SUBDIR += zip -RESTRICTED += zip.with_encryption + SUBDIR += zip.with_encryption SUBDIR += zoo .include <bsd.port.subdir.mk> |