diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 12:10:55 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 12:10:55 +0000 |
commit | 27c36204e8bc29d8244546b75a430119042dbe6e (patch) | |
tree | d1393c12e9cfb957426889939f2a6c7acc8940c1 /archivers | |
parent | add calc xgraph to their new home (diff) |
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> |