aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/misc/tdlint
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/misc/tdlint')
-rwxr-xr-xcontrib/ncurses/misc/tdlint4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/ncurses/misc/tdlint b/contrib/ncurses/misc/tdlint
index 869a34bf9222..c0e652b6f44f 100755
--- a/contrib/ncurses/misc/tdlint
+++ b/contrib/ncurses/misc/tdlint
@@ -29,7 +29,7 @@
#
# Author: Thomas E. Dickey <dickey@clark.net> 1996
#
-# $Id: tdlint,v 1.4 1998/02/11 12:13:50 tom Exp $
+# $Id: tdlint,v 1.5 2000/10/28 20:53:36 tom Exp $
#
# Lint-script that allows user's own lint libraries, in addition to the ones
# installed in the system.
@@ -48,6 +48,8 @@ else
;;
IRIX) set - $* -n -lc
;;
+ FreeBSD) set - $* -g -p -u -v -z
+ ;;
SunOS)
case `uname -r` in
5.*) ARCH=Solaris