summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
index 321180b..4c7c1ba 100644
--- a/bin/ps/Makefile
+++ b/bin/ps/Makefile
@@ -10,12 +10,11 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c
# on large systems.
#
CFLAGS+=-DLAZY_PS
-NO_WERROR=yes
+NO_WERROR=1
+WFORMAT=0
DPADD= ${LIBM} ${LIBKVM}
LDADD= -lm -lkvm
#BINGRP= kmem
#BINMODE=2555
-WFORMAT?= 0
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud