diff options
Diffstat (limited to 'usr.bin/vmstat/Makefile')
| -rw-r--r-- | usr.bin/vmstat/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile new file mode 100644 index 000000000000..da2a08da33ee --- /dev/null +++ b/usr.bin/vmstat/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ + +PROG= vmstat +MAN= vmstat.8 +DPADD= ${LIBDEVSTAT} ${LIBKVM} +LDADD= -ldevstat -lkvm + +.include <bsd.prog.mk> |
