summaryrefslogtreecommitdiffstats
path: root/bin/ps/Makefile
blob: 42c3c69a2e13879f0799c0e9d941e286010c2af4 (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
BINOWN= root
BINMODE=4555

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