diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
commit | 1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch) | |
tree | 653f6411fbf1fe7f4e1117b460c961ac3767eddf /archivers/Makefile | |
parent | fe531b6097e6150ed70594e983356be6599d1575 (diff) | |
download | ports-1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f.tar.gz ports-1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f.zip |
Notes
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index a8d9d0f8dd82..31d5b2c48451 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,10 +1,17 @@ -# $Id: Makefile,v 1.5 1995/01/24 16:58:53 ache Exp $ -# -# RESTRICTED: hpack.non-usa_only -# RESTRICTED: unzip.with_encryption -# RESTRICTED: zip.with_encryption +# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $ # -SUBDIR= arc gshar+gunshar ha lha unarj unrar unzip zip zoo + SUBDIR += arc + SUBDIR += gshar+gunshar + SUBDIR += ha +RESTRICTED += hpack.non-usa_only + SUBDIR += lha + SUBDIR += unarj + SUBDIR += unrar + SUBDIR += unzip +RESTRICTED += unzip.with_encryption + SUBDIR += zip +RESTRICTED += zip.with_encryption + SUBDIR += zoo .include <bsd.port.subdir.mk> |