mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
84e59eb50d
(and rename a few in the process).
12 lines
159 B
Makefile
12 lines
159 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= pstat
|
|
CFLAGS+=-I/sys
|
|
BINGRP= kmem
|
|
BINMODE=2555
|
|
DPADD= ${LIBKVM}
|
|
LDADD= -lkvm
|
|
MAN8= pstat.8
|
|
|
|
.include <bsd.prog.mk>
|