diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-14 03:30:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-14 03:30:07 +0000 |
commit | c9dc84a5224b30f876aca7950ba9667f10a42b4b (patch) | |
tree | d8441e63488bf8611df96673021fc142d567b5f2 /net | |
parent | ed69276f3b3057aa2b01874de91a6b7abbf2326b (diff) | |
download | freebsd-ports-c9dc84a5224b30f876aca7950ba9667f10a42b4b.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 'net')
-rw-r--r-- | net/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/Makefile b/net/Makefile index dddf7f31912f..f69f9ffea18c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,9 +1,11 @@ -# $Id: Makefile,v 1.44 1995/05/12 08:20:53 asami Exp $ +# $Id: Makefile,v 1.45 1995/05/13 09:16:48 asami Exp $ +# +# RESTRICTED: ivs (crypto, export controlled) +# +# BROKEN: dgd-lpmud +# BROKEN: slirp (upgraded) +# BROKEN: wais (for XFree3.x) # -# Broken - dgd-lpmud -# Broken - slirp (upgraded) -# Broken for XFree3.x - wais -# Restricted - ivs (crypto, export controlled) SUBDIR= archie cern_httpd cern_linemode chimera dgd fspclient gated \ gn gopher imm irc ircII \ |