diff options
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> |