diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-03 11:45:15 +0000 |
commit | 1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch) | |
tree | 653f6411fbf1fe7f4e1117b460c961ac3767eddf /shells | |
parent | fe531b6097e6150ed70594e983356be6599d1575 (diff) | |
download | ports-1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f.tar.gz ports-1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 91bc1af26a55..f468aac0bf57 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,6 +1,9 @@ -# $Id: Makefile,v 1.8 1995/04/25 07:03:53 asami Exp $ +# $Id: Makefile,v 1.9 1995/05/14 03:30:01 asami Exp $ # -SUBDIR= bash pdksh tcsh zsh + SUBDIR += bash + SUBDIR += pdksh + SUBDIR += tcsh + SUBDIR += zsh .include <bsd.port.subdir.mk> |