diff options
author | delphij <delphij@FreeBSD.org> | 2005-01-27 13:42:40 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-01-27 13:42:40 +0000 |
commit | e0ac0a48cd5f9e54521f1dc133f9fc10bee873fc (patch) | |
tree | c03aaafc96c4d043bf85a279d8bbddaa2111d121 /bin/ps/Makefile | |
parent | 7c352f942e583619d2f0f25a6cc8c46330ddef9b (diff) | |
download | FreeBSD-src-e0ac0a48cd5f9e54521f1dc133f9fc10bee873fc.zip FreeBSD-src-e0ac0a48cd5f9e54521f1dc133f9fc10bee873fc.tar.gz |
ps(1) is WARNS=6 on all Tier-1 platforms as far as I can test,
so use default WARNS level from bin/Makefile.inc
Diffstat (limited to 'bin/ps/Makefile')
-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 5628436..9be1979 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 |