summaryrefslogtreecommitdiff
path: root/usr.sbin/vmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/vmd/Makefile')
-rw-r--r--usr.sbin/vmd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/vmd/Makefile b/usr.sbin/vmd/Makefile
index e85c5e98aa7..a4666ba3a07 100644
--- a/usr.sbin/vmd/Makefile
+++ b/usr.sbin/vmd/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.10 2016/10/26 05:26:36 mlarkin Exp $
+# $OpenBSD: Makefile,v 1.11 2016/11/24 07:58:55 reyk Exp $
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
PROG= vmd
SRCS= vmm.c loadfile_elf.c pci.c virtio.c i8259.c mc146818.c
SRCS+= vmd.c control.c log.c priv.c proc.c config.c ns8250.c i8253.c
+SRCS+= vmboot.c ufs.c
SRCS+= parse.y
CFLAGS+= -Wall -I${.CURDIR}