aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-11-17 13:37:30 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-11-17 13:37:30 +0000
commit821079e9beaa66ea0d0bf4d497b22a467803bebc (patch)
tree5b4b68381ad6e04c5c063bd9afe8e00555355d50 /bin
parent602a69d61eedef82db7f58bab70fcf9a51207c8b (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/ps/Makefile4
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>