diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 09:53:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-29 09:53:19 +0000 |
commit | bbb4626f61cc59d360e86ad4821b38edbf1d389d (patch) | |
tree | 08d5bdc8425562a1a27b98e5cafedf42cc500f7d /comms/Makefile | |
parent | 7db54d42c836453afe4169b6dda1f8fb6e4927fc (diff) | |
download | ports-bbb4626f61cc59d360e86ad4821b38edbf1d389d.tar.gz ports-bbb4626f61cc59d360e86ad4821b38edbf1d389d.zip |
Moved rzsz from RESTRICTED to SUBDIR. Convert to new format along
the way.
Notes
Notes:
svn path=/head/; revision=2016
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> |