Deleted Added
full compact
Makefile (90143) Makefile (90166)
1# $FreeBSD: head/bin/ps/Makefile 90143 2002-02-03 14:43:04Z markm $
1# $FreeBSD: head/bin/ps/Makefile 90166 2002-02-04 02:49:19Z kris $
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
13NO_WERROR=yes
14DPADD= ${LIBM} ${LIBKVM}
15LDADD= -lm -lkvm
16#BINGRP= kmem
17#BINMODE=2555
18
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
13NO_WERROR=yes
14DPADD= ${LIBM} ${LIBKVM}
15LDADD= -lm -lkvm
16#BINGRP= kmem
17#BINMODE=2555
18
19WFORMAT?= 0
20
19.include <bsd.prog.mk>
21.include <bsd.prog.mk>