diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-15 07:35:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-01-15 07:35:41 +0000 |
commit | 7f841b049f1a74cb23bd39e5483acae9809a725c (patch) | |
tree | 7025f46f92e462d84fe6a9ea1bfb74c2e65065df /archivers/Makefile | |
parent | 70c69b79a5c5358a251b2f955d1ff3a530647200 (diff) | |
download | ports-7f841b049f1a74cb23bd39e5483acae9809a725c.tar.gz ports-7f841b049f1a74cb23bd39e5483acae9809a725c.zip |
Notes
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 96d446043e69..0020d175d65c 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.1.1.1 1995/01/13 11:12:19 jkh Exp $ +# $Id: Makefile,v 1.2 1995/01/13 12:10:55 jkh Exp $ # -SUBDIR= arc gshar+gunshar unarj unrar unzip unzip.with_encryption \ - zip zip.with_encryption zoo +# restricted: hpack.non-usa_only unzip.with_encryption zip.with_encryption +# +SUBDIR= arc gshar+gunshar unarj unrar unzip zip zoo .include <bsd.port.subdir.mk> |