Add the source code for /usr/src/usr.bin from the Net/2 tape
[unix-history] / usr / src / usr.bin / vmstat / Makefile
# @(#)Makefile 5.7 (Berkeley) 4/24/91
PROG= vmstat
CFLAGS+=-I/sys
MAN8= vmstat.0
BINGRP= kmem
BINMODE=2555
DPADD= names.c ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>