summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 01:05:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-05-02 01:05:05 +0000
commit3e7045591d1cf3703d05dfeaae2fab974f50d534 (patch)
treeb61c70d8a6c04f70aa1278f76ee69d19ebbc463b /bin
parent13652e95788fa4dfedbad4d04d1403b2d54824c2 (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 0bebcb421f22..bcbba9b4a507 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -9,6 +9,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
# keep ps from being an unnecessary load
# on large systems.
#
+WARNS= 1
WFORMAT=0
CFLAGS+=-DLAZY_PS
DPADD= ${LIBM} ${LIBKVM}