diff options
Diffstat (limited to 'shells/rc/Makefile')
-rw-r--r-- | shells/rc/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile new file mode 100644 index 000000000000..194310cd8fa1 --- /dev/null +++ b/shells/rc/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: rc +# Version required: 1.5b1 +# Date created: Sun Aug 13 12:36:14 CDT 1995 +# Whom: erich@rrnet.com +# +# $Id$ +# + +DISTNAME= rc-1.5betadev-1 +PKGNAME= rc-1.5b1 +CATEGORIES+= plan9 +MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ +NO_WRKSUBDIR= yes + +.include <bsd.port.mk> |