summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-08-23 06:48:49 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-08-23 06:48:49 +0000
commit73ca0f665253f314e0c72de7d627b09e1dbc51b5 (patch)
tree73a89ccbde8392172d847a30217764c1a36d92ef /archivers
parentImport of uudeview; decode unordered files in any of uu/xx/base64/binhex (diff)
Add uudeview
Notes
Notes: svn path=/head/; revision=3683
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index c7469fe95686..f9fb05a4570c 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1996/06/10 01:50:49 asami Exp $
+# $Id: Makefile,v 1.12 1996/08/09 08:16:50 asami Exp $
#
SUBDIR += arc
@@ -12,6 +12,7 @@
SUBDIR += unrar
SUBDIR += unzip
SUBDIR += unzip.with_encryption
+ SUBDIR += uudeview
SUBDIR += uudx
SUBDIR += zip
SUBDIR += zip.with_encryption