add missing secbsd that I accidentally deleted

This commit is contained in:
purplerain 2024-07-10 15:18:29 +00:00
parent 48226b7c51
commit 2d1e52c274
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
6 changed files with 38 additions and 38 deletions

View file

@ -2772,7 +2772,7 @@ AC_ARG_WITH(lint, [AS_HELP_STRING([--with-lint],
# Obtain platform specific info like program name and options
# The lint program on FreeBSD and NetBSD is different from the one on Solaris
case $host_os in
*linux* | *openbsd* | kfreebsd*-gnu | darwin* | cygwin*)
*linux* | *openbsd* | *secbsd* | kfreebsd*-gnu | darwin* | cygwin*)
lint_name=splint
lint_options="-badflag"
;;