adds a couple print_vmcb()s for the write CR0 -> shutdown bug
[freebsd-src/fkvm-freebsd.git] / usr.sbin / jexec / Makefile
blob2bf817cb84b6b0e4c7956e3b291faf996308e5d8
1 # $FreeBSD$
3 PROG= jexec
4 MAN= jexec.8
5 DPADD= ${LIBUTIL}
6 LDADD= -lutil
7 WARNS?= 6
9 .include <bsd.prog.mk>