diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-11-17 13:37:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-11-17 13:37:30 +0000 |
| commit | 821079e9beaa66ea0d0bf4d497b22a467803bebc (patch) | |
| tree | 5b4b68381ad6e04c5c063bd9afe8e00555355d50 /bin | |
| parent | 602a69d61eedef82db7f58bab70fcf9a51207c8b (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile index c63e5a7ce5dd0..d5c791c2226b1 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -12,7 +12,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c CFLAGS+=-I${.CURDIR}/../../sys -DLAZY_PS DPADD= ${LIBM} ${LIBKVM} LDADD= -lm -lkvm -BINGRP= kmem -BINMODE=2555 +#BINGRP= kmem +#BINMODE=2555 .include <bsd.prog.mk> |
