diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 08:02:30 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 08:02:30 +0000 |
commit | b645f971f467efcd2409622e9f12742c71f742dd (patch) | |
tree | 6344c1d51218567918083daedf29ef66c132d630 /shells/Makefile | |
parent | 81165fa5364a755f67b6d4d14451d9ce2e62d1ba (diff) | |
download | ports-b645f971f467efcd2409622e9f12742c71f742dd.tar.gz ports-b645f971f467efcd2409622e9f12742c71f742dd.zip |
Notes
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index 4350d486d4ba..8165d8a0c924 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1998/06/25 22:26:26 asami Exp $ +# $Id: Makefile,v 1.15 1998/12/07 02:22:12 asami Exp $ # SUBDIR += bash1 @@ -8,5 +8,6 @@ SUBDIR += scsh SUBDIR += tcsh SUBDIR += zsh + SUBDIR += zsh-devel .include <bsd.port.subdir.mk> |