X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Ftdlint;h=c0e652b6f44ff1dee98cfc8e5b9575db85aafce7;hp=869a34bf92221ff9b198869f12354c64e089cbd3;hb=603f0cb25b7acc8f04f4b18d2a2fe6f90039829a;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/misc/tdlint b/misc/tdlint index 869a34bf..c0e652b6 100755 --- a/misc/tdlint +++ b/misc/tdlint @@ -29,7 +29,7 @@ # # Author: Thomas E. Dickey 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