summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ps/Makefile')
-rw-r--r--bin/ps/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/ps/Makefile b/bin/ps/Makefile
new file mode 100644
index 0000000..b98abc2
--- /dev/null
+++ b/bin/ps/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/2/93
+
+PROG= ps
+SRCS= fmt.c keyword.c nlist.c print.c ps.c
+CFLAGS+=-I/sys
+DPADD= ${LIBMATH} ${LIBKVM}
+LDADD= -lm -lkvm
+BINGRP= kmem
+BINMODE=2555
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud