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 /archivers/Makefile | |
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".
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 <bsd.port.subdir.mk> |