diff options
author | Johan Karlsson <johan@FreeBSD.org> | 2004-02-23 20:05:14 +0000 |
---|---|---|
committer | Johan Karlsson <johan@FreeBSD.org> | 2004-02-23 20:05:14 +0000 |
commit | c8edef9f4815bf8e0e3c1f214ecfeb1f1deac9d9 (patch) | |
tree | 2b769364074c45eb71251f77408f68aba85d8207 /bin/ps/Makefile | |
parent | f5ebf83f3f386dbd67c5fbb0c2a26510bdd25c8e (diff) | |
download | src-test2-c8edef9f4815bf8e0e3c1f214ecfeb1f1deac9d9.tar.gz src-test2-c8edef9f4815bf8e0e3c1f214ecfeb1f1deac9d9.zip |
Notes
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 ca6d51af2581..82b5a60e27c5 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 +WARNS?= 5 # # To support "lazy" ps for non root/wheel users # add -DLAZY_PS to the cflags. This helps |