adds a couple print_vmcb()s for the write CR0 -> shutdown bug
[freebsd-src/fkvm-freebsd.git] / sbin / restore / Makefile
blobc06a3db9116c7740c76b5cb315b65e86014714c0
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD$
4 .PATH: ${.CURDIR}/../dump
6 PROG= restore
7 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
8 CFLAGS+=-DRRESTORE
9 WARNS?= 0
10 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
11 dumprmt.c
12 MAN= restore.8
13 MLINKS= restore.8 rrestore.8
15 .include <bsd.prog.mk>