diff options
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 3 | ||||
-rw-r--r-- | shells/rc/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/shells/Makefile b/shells/Makefile index 8165d8a0c924..1aa7b1615e53 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.15 1998/12/07 02:22:12 asami Exp $ +# $Id: Makefile,v 1.16 1998/12/24 08:02:30 steve Exp $ # SUBDIR += bash1 SUBDIR += bash2 SUBDIR += es SUBDIR += pdksh + SUBDIR += rc SUBDIR += scsh SUBDIR += tcsh SUBDIR += zsh diff --git a/shells/rc/Makefile b/shells/rc/Makefile index de5e2bd12d2c..16b9fad62dc4 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -3,12 +3,12 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.4 1998/10/04 00:56:48 steve Exp $ +# $Id: Makefile,v 1.5 1998/11/21 17:18:16 steve Exp $ # DISTNAME= rc-1.5betadev-1 PKGNAME= rc-1.5b1 -CATEGORIES= plan9 shells +CATEGORIES= shells plan9 MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/rc/ MAINTAINER= erich@FreeBSD.org |