diff options
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile new file mode 100644 index 00000000000..e478c392b8d --- /dev/null +++ b/shells/Makefile @@ -0,0 +1,12 @@ +# FreeBSD Id: Makefile,v 1.13 1997/01/03 00:40:55 max Exp +# + + SUBDIR += bash + SUBDIR += bash2 + SUBDIR += es + SUBDIR += scsh + SUBDIR += pdksh + SUBDIR += tcsh + SUBDIR += zsh + +.include <bsd.port.subdir.mk> |