aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-14 11:30:07 +0800
committerasami <asami@FreeBSD.org>1995-05-14 11:30:07 +0800
commit39917eb57d4c19f6d7df33e0657241125d85ce8d (patch)
treecb2e187f462c18b8698ca0abfa94f5529eb24aaf /cad
parentdaa55375584ce3f4fd4320e6d841faa2f9be712b (diff)
downloadfreebsd-ports-gnome-39917eb57d4c19f6d7df33e0657241125d85ce8d.tar.gz
freebsd-ports-gnome-39917eb57d4c19f6d7df33e0657241125d85ce8d.tar.zst
freebsd-ports-gnome-39917eb57d4c19f6d7df33e0657241125d85ce8d.zip
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".
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile
index f80381632e6d..54379e5fb3c9 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -1,5 +1,6 @@
-# $Id: Makefile,v 1.1.1.1 1995/01/13 11:10:43 jkh Exp $
+# $Id: Makefile,v 1.2 1995/01/13 14:00:40 jkh Exp $
#
+
SUBDIR= acs irsim magic pcb
.include <bsd.port.subdir.mk>