diff options
author | kris <kris@FreeBSD.org> | 2002-02-04 03:06:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-02-04 03:06:51 +0000 |
commit | a1a10418c86d19ba12c54a668c6309dcf7e61365 (patch) | |
tree | b80d11f76c7fbcad6224ac7fa7f2fad93679a1a8 /bin/ps/Makefile | |
parent | bb3058824aaee9ffba249f78c494575dcb057340 (diff) | |
download | FreeBSD-src-a1a10418c86d19ba12c54a668c6309dcf7e61365.zip FreeBSD-src-a1a10418c86d19ba12c54a668c6309dcf7e61365.tar.gz |
Correct inadvertent style botches in previous commit.
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 5 |
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> |