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 /misc | |
parent | Add "NCFTPFLAGS=-NP", seems like they are behind a firewall. (diff) |
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".
Notes
Notes:
svn path=/head/; revision=1740
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2d317c2a4880..404a9edb2f80 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.52 1995/05/09 11:50:12 asami Exp $ +# $Id: Makefile,v 1.53 1995/05/13 09:34:38 asami Exp $ # -# restricted: pgp.usa_only pgp.non-usa_only (local restrictions) -# mmv (restrictive copyright) +# RESTRICTED: pgp.usa_only (local restrections) +# RESTRICTED: pgp.non-usa_only (local restrictions) +# RESTRICTED: mmv (restrictive copyright) # # BROKEN: wine (doesn't install) -# lmbench (not done yet) +# BROKEN: lmbench (not done yet) # SUBDIR= amanda chord colorls cpm hfs iozone ispell kp less mshell mtools \ |