summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
commit1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch)
tree653f6411fbf1fe7f4e1117b460c961ac3767eddf /archivers
parentAdded spider. (diff)
Convert all makefiles to new formats.
Notes
Notes: svn path=/head/; revision=2233
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index a8d9d0f8dd82..31d5b2c48451 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,10 +1,17 @@
-# $Id: Makefile,v 1.5 1995/01/24 16:58:53 ache Exp $
-#
-# RESTRICTED: hpack.non-usa_only
-# RESTRICTED: unzip.with_encryption
-# RESTRICTED: zip.with_encryption
+# $Id: Makefile,v 1.6 1995/05/14 03:28:58 asami Exp $
#
-SUBDIR= arc gshar+gunshar ha lha unarj unrar unzip zip zoo
+ SUBDIR += arc
+ SUBDIR += gshar+gunshar
+ SUBDIR += ha
+RESTRICTED += hpack.non-usa_only
+ SUBDIR += lha
+ SUBDIR += unarj
+ SUBDIR += unrar
+ SUBDIR += unzip
+RESTRICTED += unzip.with_encryption
+ SUBDIR += zip
+RESTRICTED += zip.with_encryption
+ SUBDIR += zoo
.include <bsd.port.subdir.mk>