diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-06-07 00:01:00 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-06-07 00:01:00 +0000 |
commit | 865fcaca350e0d40489dc706f3ee42fa73ba587f (patch) | |
tree | 051ab70c5d83a003b5148b66364daeb01b4567bc /bin/ps/Makefile | |
parent | 95a388cd9a2895e20384419365d1e1edad8727bb (diff) | |
download | FreeBSD-src-865fcaca350e0d40489dc706f3ee42fa73ba587f.zip FreeBSD-src-865fcaca350e0d40489dc706f3ee42fa73ba587f.tar.gz |
Remove tunables to hide warnings that no longer exist.
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r-- | bin/ps/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 4c7c1ba..1381ee9 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -10,8 +10,6 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c # on large systems. # CFLAGS+=-DLAZY_PS -NO_WERROR=1 -WFORMAT=0 DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm #BINGRP= kmem |