diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-07-08 15:48:39 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-07-08 15:48:39 +0000 |
commit | 15fec8826f204426ea2047752753b76078c52730 (patch) | |
tree | 6ed9bb2ad26bc9b6645ff753230ef1c65020e45c /bin/ps/Makefile | |
parent | ec6a3fc0c33ba27044ba15f0d46a30f5c19747c7 (diff) | |
download | FreeBSD-src-15fec8826f204426ea2047752753b76078c52730.zip FreeBSD-src-15fec8826f204426ea2047752753b76078c52730.tar.gz |
Bring back WFORMAT=0.
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 1381ee9..b90e8a5 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -9,6 +9,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c # keep ps from being an unnecessary load # on large systems. # +WFORMAT=0 CFLAGS+=-DLAZY_PS DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm |