mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
8 lines
136 B
Makefile
8 lines
136 B
Makefile
PROG= pstat
|
|
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
|
|
MAN= pstat.8
|
|
MLINKS= pstat.8 swapinfo.8
|
|
|
|
LIBADD= kvm util
|
|
|
|
.include <bsd.prog.mk>
|