diff options
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 |