#	$Id: Makefile,v 1.1.1.1 1998/08/27 17:38:45 abial Exp $
#
PROG=vm
#CFLAGS+=
SRCS= 	vm.c
NOMAN=yes

.include <bsd.prog.mk>


