diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-29 23:56:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-29 23:56:36 +0000 |
commit | f7eeb9b5999ccf4c7528558cafd083aeb22c1c32 (patch) | |
tree | cef58ae102f850ed0247f2c8f986f234f67ca0e8 /archivers | |
parent | 00a7816a69bd8823ddd5cd9f583de6a76569fc3c (diff) | |
download | ports-f7eeb9b5999ccf4c7528558cafd083aeb22c1c32.tar.gz ports-f7eeb9b5999ccf4c7528558cafd083aeb22c1c32.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 97a3829f5c83..ac0f03f42f7d 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1996/09/27 11:24:00 andreas Exp $ +# $Id: Makefile,v 1.15 1996/10/24 00:03:46 jfitz Exp $ # SUBDIR += arc @@ -16,6 +16,7 @@ SUBDIR += unzip.with_encryption SUBDIR += uudeview SUBDIR += uudx + SUBDIR += xdeview SUBDIR += zip SUBDIR += zip.with_encryption SUBDIR += zoo |