diff options
author | jkh <jkh@FreeBSD.org> | 1994-08-28 10:49:45 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-08-28 10:49:45 +0000 |
commit | 2de4d227b5445620dd157beb8fd8bf36bfeb41de (patch) | |
tree | 882958bc04a06f30c11bb2c4b3782dd9b2b03691 /shells/Makefile | |
parent | 33af556033dc79078ce1c5b789f5d7bee914efef (diff) | |
download | FreeBSD-ports-2de4d227b5445620dd157beb8fd8bf36bfeb41de.zip FreeBSD-ports-2de4d227b5445620dd157beb8fd8bf36bfeb41de.tar.gz |
Add tcsh to list of SUBDIRS.
Submitted by: jkh
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 49a5a69..8ce3940 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> |