summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
blob: b98abc29e2047b1c5305b2c8b2d17c6093c9c2ed (plain)
1
2
3
4
5
6
7
8
9
10
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