summaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
committerasami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
commit3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch)
tree72aa00670740ea6ae0367286f97a98c3ed61f59c /archivers
parent9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff)
downloadFreeBSD-ports-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip
FreeBSD-ports-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz
Convert all makefiles to new formats.
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 a8d9d0f..31d5b2c 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>
OpenPOWER on IntegriCloud