diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-10-13 11:17:14 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-10-13 11:17:14 +0000 |
commit | df3740009feb86c3a90688c9ad308617dbd04f22 (patch) | |
tree | 36bebb8aee7b82e235ad35296c3818582afe0032 /shells/Makefile | |
parent | f2e3f5f93844ab40275f0b25b8f1099c37d1ac06 (diff) | |
download | pkgsrc-df3740009feb86c3a90688c9ad308617dbd04f22.tar.gz |
shells: Add shellcheck.
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 b7b554d3b83..449d8bfef19 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/11/13 10:04:19 ng0 Exp $ +# $NetBSD: Makefile,v 1.63 2020/10/13 11:17:14 jperkin Exp $ # COMMENT= Shells @@ -31,6 +31,7 @@ SUBDIR+= rc SUBDIR+= rssh SUBDIR+= scponly SUBDIR+= scsh +SUBDIR+= shellcheck SUBDIR+= standalone-tcsh SUBDIR+= static-ast-ksh SUBDIR+= static-tcsh |