diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-01-27 13:42:40 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-01-27 13:42:40 +0000 |
| commit | cc7045ec4c6931b17a2e16bd7ce73258e6a1612c (patch) | |
| tree | c03aaafc96c4d043bf85a279d8bbddaa2111d121 /bin | |
| parent | 6984496e54289f31b266152ab169bce6800225bd (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 562843653e4ea..9be197933ee84 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -3,7 +3,7 @@ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c -WARNS?= 5 + # # To support "lazy" ps for non root/wheel users # add -DLAZY_PS to the cflags. This helps |
