summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
blob: 5a94276913b923413021ee22069a154daefbf904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 6/2/93
#	$FreeBSD$

PROG=	ps
SRCS=	fmt.c keyword.c nlist.c print.c ps.c
CFLAGS+=-I/sys
DPADD=	${LIBM} ${LIBKVM}
LDADD=	-lm -lkvm
BINGRP=	kmem
BINMODE=2555

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud