need to change iphlen earlier; icmp_error needs original ip_len; cleanups
[unix-history] / usr / src / usr.bin / vmstat / Makefile
CommitLineData
662ace95 1# @(#)Makefile 5.3 (Berkeley) %G%
de3dc2b0 2
662ace95
KB
3PROG= vmstat
4BINGRP= kmem
5BINMODE=2555
de3dc2b0 6
662ace95 7.include <bsd.prog.mk>