NetBSD/usr.bin/vmstat/Makefile
wiz 553c8f83e4 Move vmstat.8 to vmstat.1, since the program lives in /usr/bin now and is
not super-user-only.
Cf. short discussion on tech-userlevel.
2001-05-06 23:37:36 +00:00

14 lines
228 B
Makefile

# $NetBSD: Makefile,v 1.20 2001/05/06 23:37:36 wiz Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= vmstat
SRCS= dkstats.c vmstat.c
MAN= vmstat.1
DPADD= ${LIBKVM}
LDADD= -lkvm
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>