summaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authoragc <agc>1997-10-24 14:14:32 +0000
committeragc <agc>1997-10-24 14:14:32 +0000
commit2c3095453acf58da4feb2314318bc46e1ea1e870 (patch)
tree17704e85e052efa5bb5d390c0f0114e40811e48f /shells/Makefile
parentaee9f64757ffde63947a1dbbe5bc0e8da26b7c6e (diff)
downloadpkgsrc-2c3095453acf58da4feb2314318bc46e1ea1e870.tar.gz
Initial import of FreeBSD's shells ports category into NetBSD package
system.
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile12
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>