allow null defaults in $( ... $) lookups
[unix-history] / usr / src / usr.sbin / pstat / Makefile
# @(#)Makefile 8.1 (Berkeley) %G%
PROG= pstat
CFLAGS+=-I/sys
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM}
LDADD= -lkvm
.include <bsd.prog.mk>