mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
c6db8143ed
Reduce overlinking
12 lines
186 B
Makefile
12 lines
186 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= pstat
|
|
LINKS= ${BINDIR}/pstat ${BINDIR}/swapinfo
|
|
MAN= pstat.8
|
|
MLINKS= pstat.8 swapinfo.8
|
|
|
|
LIBADD= kvm util
|
|
|
|
.include <bsd.prog.mk>
|