diff options
author | asami <asami@FreeBSD.org> | 1995-07-29 17:53:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-29 17:53:19 +0800 |
commit | c017746b718adff0f2841f2890ab8fe7dea853b2 (patch) | |
tree | d05c06bfdde66bfb8803ce4f012be90c7fb8c612 /comms/Makefile | |
parent | 05f7773c2e22a29847efc1cae33657d51942978c (diff) | |
download | freebsd-ports-gnome-c017746b718adff0f2841f2890ab8fe7dea853b2.tar.gz freebsd-ports-gnome-c017746b718adff0f2841f2890ab8fe7dea853b2.tar.zst freebsd-ports-gnome-c017746b718adff0f2841f2890ab8fe7dea853b2.zip |
Moved rzsz from RESTRICTED to SUBDIR. Convert to new format along
the way.
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/comms/Makefile b/comms/Makefile index e8495ec51405..d032c6a22c5f 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,8 +1,11 @@ -# $Id: Makefile,v 1.14 1995/05/30 10:04:07 asami Exp $ -# -# RESTRICTED: rzsz +# $Id: Makefile,v 1.15 1995/06/24 18:43:00 asami Exp $ # -SUBDIR= ecu hylafax kermit mgetty+sendfax seyon + SUBDIR += ecu + SUBDIR += hylafax + SUBDIR += kermit + SUBDIR += mgetty+sendfax + SUBDIR += rzsz + SUBDIR += seyon .include <bsd.port.subdir.mk> |