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". --- news/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news/Makefile') diff --git a/news/Makefile b/news/Makefile index 8e2f46b39b9a..324e4fa6328b 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.6 1995/01/24 03:21:03 pst Exp $ +# $Id: Makefile,v 1.7 1995/05/13 09:18:11 asami Exp $ # + SUBDIR= cnews inn nn nntp trn .include -- cgit