diff options
author | agc <agc@pkgsrc.org> | 1997-10-24 14:14:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-24 14:14:32 +0000 |
commit | c1af73ac789097b0369e7f83bbdc6d88b305bb80 (patch) | |
tree | 17704e85e052efa5bb5d390c0f0114e40811e48f /shells/Makefile | |
parent | a623bb1503466be0e1a39148700ba3ef3d1359ca (diff) | |
download | pkgsrc-c1af73ac789097b0369e7f83bbdc6d88b305bb80.tar.gz |
Initial import of FreeBSD's shells ports category into NetBSD package
system.
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> |