summaryrefslogtreecommitdiff
path: root/bin/ps/Makefile
blob: 0aefaa3930f06d176b886cbe845b78ec3289a0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.6 2000/09/03 18:41:11 espie Exp $

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

.include <bsd.prog.mk>
.if (${UVM:L} == "yes")
CFLAGS+=-DUVM
.endif