summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/Makefile
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2016-09-01 15:38:03 +0000
committermlarkin <mlarkin@openbsd.org>2016-09-01 15:38:03 +0000
commited82ee711edceec5ad7fa9a3820bc0c8e58e008e (patch)
treeb4aa46b324180ae3a9e0da268ee738ebf3d5467e /usr.sbin/vmd/Makefile
parentzap dead code (diff)
downloadwireguard-openbsd-ed82ee711edceec5ad7fa9a3820bc0c8e58e008e.tar.xz
wireguard-openbsd-ed82ee711edceec5ad7fa9a3820bc0c8e58e008e.zip
forgot during previous commit, thanks stefan@
Diffstat (limited to 'usr.sbin/vmd/Makefile')
-rw-r--r--usr.sbin/vmd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vmd/Makefile b/usr.sbin/vmd/Makefile
index b24189c9022..2df31af8f3f 100644
--- a/usr.sbin/vmd/Makefile
+++ b/usr.sbin/vmd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.7 2015/12/03 16:11:32 reyk Exp $
+# $OpenBSD: Makefile,v 1.8 2016/09/01 15:38:03 mlarkin Exp $
.if ${MACHINE} == "amd64"
PROG= vmd
-SRCS= vmm.c loadfile_elf.c pci.c virtio.c
-SRCS+= vmd.c control.c log.c proc.c config.c
+SRCS= vmm.c loadfile_elf.c pci.c virtio.c i8259.c mc146818.c
+SRCS+= vmd.c control.c log.c proc.c config.c ns8250.c i8253.c
SRCS+= parse.y
CFLAGS+= -Wall -I${.CURDIR}