diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f2bf5f4215e1..96d446043e69 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.8 1995/01/05 21:42:45 jkh Exp $ +# $Id: Makefile,v 1.1.1.1 1995/01/13 11:12:19 jkh Exp $ # -SUBDIR= arc gshar+gunshar unzrg unrar unzip* zip* zoo +SUBDIR= arc gshar+gunshar unarj unrar unzip unzip.with_encryption \ + zip zip.with_encryption zoo .include <bsd.port.subdir.mk> |