diff options
author | wosch <wosch@FreeBSD.org> | 1997-06-22 19:16:26 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-06-22 19:16:26 +0000 |
commit | 1ea696b50dc55e65a442418ec0ad920cb9059f3f (patch) | |
tree | 9d60b35d655f4cff5cb2b2059ba9dbb60bc6a6b2 /net/rshell/Makefile | |
parent | a85f1f99a566887b35094db6599b5ca825394aa9 (diff) | |
download | FreeBSD-ports-1ea696b50dc55e65a442418ec0ad920cb9059f3f.zip FreeBSD-ports-1ea696b50dc55e65a442418ec0ad920cb9059f3f.tar.gz |
rshell is front end for rsh(1) and rcp(1).
Diffstat (limited to 'net/rshell/Makefile')
-rw-r--r-- | net/rshell/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/rshell/Makefile b/net/rshell/Makefile new file mode 100644 index 0000000..616bb30 --- /dev/null +++ b/net/rshell/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: rshell +# Version required: 1.0 +# Date created: 1997/06/09 +# Whom: wosch +# +# $Id$ + + +DISTNAME= rshell-1.0 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/ +MAINTAINER= wosch@FreeBSD.ORG + +.include <bsd.port.mk> |