Makefile revision 1.1
1#	$Id: Makefile,v 1.1 1994/01/27 23:31:08 cgd Exp $
2
3LIB=	kvm
4CFLAGS+=-DLIBC_SCCS
5SRCS=	kvm.c
6
7.include <bsd.lib.mk>
8