From 39917eb57d4c19f6d7df33e0657241125d85ce8d Mon Sep 17 00:00:00 2001 From: asami Date: Sun, 14 May 1995 03:30:07 +0000 Subject: Clean up subdir Makefiles. They now all look like this: ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". --- archivers/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'archivers/Makefile') diff --git a/archivers/Makefile b/archivers/Makefile index 70f560debc4f..a8d9d0f8dd82 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,7 +1,10 @@ -# $Id: Makefile,v 1.4 1995/01/15 08:00:29 ache Exp $ +# $Id: Makefile,v 1.5 1995/01/24 16:58:53 ache Exp $ # -# restricted: hpack.non-usa_only unzip.with_encryption zip.with_encryption +# RESTRICTED: hpack.non-usa_only +# RESTRICTED: unzip.with_encryption +# RESTRICTED: zip.with_encryption # + SUBDIR= arc gshar+gunshar ha lha unarj unrar unzip zip zoo .include -- cgit