diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-13 20:10:55 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-13 20:10:55 +0800 |
commit | 3d7360a2acfca5e0db6d10973a18009f7fa3ecda (patch) | |
tree | 46196b6a6491c248ca892dd8a2570c535c0d371d /archivers | |
parent | 2af584347fc80d651f21c6982d4661ef8a983726 (diff) | |
download | freebsd-ports-gnome-3d7360a2acfca5e0db6d10973a18009f7fa3ecda.tar.gz freebsd-ports-gnome-3d7360a2acfca5e0db6d10973a18009f7fa3ecda.tar.zst freebsd-ports-gnome-3d7360a2acfca5e0db6d10973a18009f7fa3ecda.zip |
Adjust the build list for archivers
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> |