NetBSD/bin/ps/Makefile

19 lines
356 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.25 1999/03/26 22:36:02 bgrayson Exp $
1995-03-21 12:01:59 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/2/93
1993-03-21 12:45:37 +03:00
1998-08-25 19:13:16 +04:00
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c procfs_ops.c
1998-08-25 19:13:16 +04:00
DPADD= ${LIBM} ${LIBKVM}
LDADD= -lm -lkvm
BINGRP= kmem
BINMODE= 2555
CWARNFLAGS+= -Wno-format-y2k
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
1998-02-09 09:25:15 +03:00
# XXX
.if defined(PMAP_NEW)
CPPFLAGS+= -DPMAP_NEW
.endif