adds a couple print_vmcb()s for the write CR0 -> shutdown bug
[freebsd-src/fkvm-freebsd.git] / sbin / rcorder / Makefile
blob2ca64cc90b5f38435c49a57870a497a97298140c
1 # $NetBSD: Makefile,v 1.1 1999/11/23 05:28:20 mrg Exp $
2 # $FreeBSD$
4 PROG= rcorder
5 SRCS= ealloc.c hash.c rcorder.c
6 MAN= rcorder.8
8 LDADD= -lutil
9 DPADD= ${LIBUTIL}
11 WARNS?= 6
12 # XXX hack for make's hash.[ch]
13 CFLAGS+= -DORDER -I.
15 SRCS+= util.h
16 CLEANFILES+= util.h
18 util.h:
19 ln -sf ${.CURDIR}/../../lib/libutil/libutil.h ${.TARGET}
21 .include <bsd.prog.mk>