mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
9 lines
137 B
Makefile
9 lines
137 B
Makefile
|
|
PROG= pstat
|
|
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
|
|
MAN= pstat.8
|
|
MLINKS= pstat.8 swapinfo.8
|
|
|
|
LIBADD= kvm util
|
|
|
|
.include <bsd.prog.mk>
|