summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-28 10:49:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-28 10:49:45 +0000
commitf483581085ddb8f92e38cb3120f6505b9e563051 (patch)
tree1680c3d32029e281e1315cdee25f0f8978605479 /shells/Makefile
parentBring in a Makefile for ports/net (diff)
Add tcsh to list of SUBDIRS.
Submitted by: jkh
Notes
Notes: svn path=/head/; revision=44
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 49a5a6972e2b..8ce394089eb5 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -1,5 +1,5 @@
-# $Id$
+# $Id: Makefile,v 1.3 1994/08/23 10:20:26 jkh Exp $
#
-SUBDIR= bash
+SUBDIR= bash tcsh
.include <bsd.port.subdir.mk>