summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/vmd/Makefile')
-rw-r--r--usr.sbin/vmd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/Makefile b/usr.sbin/vmd/Makefile
index 56f97ea7943..0f100873966 100644
--- a/usr.sbin/vmd/Makefile
+++ b/usr.sbin/vmd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2017/05/08 09:08:40 reyk Exp $
+# $OpenBSD: Makefile,v 1.16 2017/07/03 22:21:47 espie Exp $
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
@@ -17,7 +17,7 @@ CFLAGS+= -Wsign-compare
LDADD+= -lutil -lpthread -levent
DPADD+= ${LIBUTIL} ${LIBEVENT}
-CLEANFILES+= y.tab.h
+YFLAGS=
.else