NetBSD/bin/ps/Makefile

22 lines
383 B
Makefile

# $NetBSD: Makefile,v 1.23 1998/08/25 15:13:16 tv Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
DPADD= ${LIBM} ${LIBKVM}
LDADD= -lm -lkvm
BINGRP= kmem
BINMODE= 2555
CWARNFLAGS+= -Wno-format-y2k
.include <bsd.prog.mk>
# XXX
.if defined(UVM)
CPPFLAGS+= -DUVM
.endif
.if defined(PMAP_NEW)
CPPFLAGS+= -DPMAP_NEW
.endif