Deleted Added
full compact
Makefile (87323) Makefile (90143)
1# $FreeBSD: head/bin/ps/Makefile 87323 2001-12-04 01:57:47Z obrien $
1# $FreeBSD: head/bin/ps/Makefile 90143 2002-02-03 14:43:04Z markm $
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4PROG= ps
5SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c
6#
7# To support "lazy" ps for non root/wheel users
8# add -DLAZY_PS to the cflags. This helps
9# keep ps from being an unnecessary load
10# on large systems.
11#
12CFLAGS+=-DLAZY_PS
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4PROG= ps
5SRCS= fmt.c keyword.c nlist.c print.c ps.c lomac.c
6#
7# To support "lazy" ps for non root/wheel users
8# add -DLAZY_PS to the cflags. This helps
9# keep ps from being an unnecessary load
10# on large systems.
11#
12CFLAGS+=-DLAZY_PS
13WARNS= 0
13NO_WERROR=yes
14DPADD= ${LIBM} ${LIBKVM}
15LDADD= -lm -lkvm
16#BINGRP= kmem
17#BINMODE=2555
18
19.include <bsd.prog.mk>
14DPADD= ${LIBM} ${LIBKVM}
15LDADD= -lm -lkvm
16#BINGRP= kmem
17#BINMODE=2555
18
19.include <bsd.prog.mk>