diff options
author | kamil <kamil@pkgsrc.org> | 2016-08-21 11:35:33 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-08-21 11:35:33 +0000 |
commit | 19e06a8d29996534a11b2c4ba2e6361d44365904 (patch) | |
tree | a3ac63d8545ecba453f1a5b49d8f97635602e138 /shells/Makefile | |
parent | a14e732e4751b29f9ea56ddc25cb266ca278380c (diff) | |
download | pkgsrc-19e06a8d29996534a11b2c4ba2e6361d44365904.tar.gz |
Add shells/xonsh
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 18e7e4ebc8d..56754545182 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2015/02/08 17:32:08 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2016/08/21 11:35:33 kamil Exp $ # COMMENT= Shells @@ -31,6 +31,7 @@ SUBDIR+= standalone-tcsh SUBDIR+= static-ast-ksh SUBDIR+= static-tcsh SUBDIR+= tcsh +SUBDIR+= xonsh SUBDIR+= xsh SUBDIR+= zsh |