diff options
author | asami <asami@FreeBSD.org> | 1995-05-14 11:30:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-14 11:30:07 +0800 |
commit | 39917eb57d4c19f6d7df33e0657241125d85ce8d (patch) | |
tree | cb2e187f462c18b8698ca0abfa94f5529eb24aaf /comms | |
parent | daa55375584ce3f4fd4320e6d841faa2f9be712b (diff) | |
download | freebsd-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 'comms')
-rw-r--r-- | comms/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/Makefile b/comms/Makefile index 7a533048a4bc..e8d89d61f594 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.11 1995/03/31 20:43:35 gpalmer Exp $ +# $Id: Makefile,v 1.12 1995/05/13 06:07:36 asami Exp $ # -# restricted: rzsz -# broken = flexfax +# RESTRICTED: rzsz # +# BROKEN: flexfax +# + SUBDIR= ecu kermit mgetty+sendfax seyon .include <bsd.port.subdir.mk> |