diff options
author | johan <johan@FreeBSD.org> | 2004-02-23 20:05:14 +0000 |
---|---|---|
committer | johan <johan@FreeBSD.org> | 2004-02-23 20:05:14 +0000 |
commit | c1045205c13a04481f1e57da82bb4abffb5e0ee5 (patch) | |
tree | 2b769364074c45eb71251f77408f68aba85d8207 /bin/ps/Makefile | |
parent | 1afae74d7be3ed889476653f22d2af75b7889e95 (diff) | |
download | FreeBSD-src-c1045205c13a04481f1e57da82bb4abffb5e0ee5.zip FreeBSD-src-c1045205c13a04481f1e57da82bb4abffb5e0ee5.tar.gz |
style.Makefile:
Use WARNS?= instead of WARNS=
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 ca6d51a..82b5a60 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 |