summaryrefslogtreecommitdiffstats
path: root/usr.bin/doas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/doas/Makefile')
-rw-r--r--usr.bin/doas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/doas/Makefile b/usr.bin/doas/Makefile
index 7fc38df14c7..f2e5529d6ab 100644
--- a/usr.bin/doas/Makefile
+++ b/usr.bin/doas/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2016/06/16 17:40:30 tedu Exp $
+# $OpenBSD: Makefile,v 1.3 2017/07/03 22:21:47 espie Exp $
SRCS= parse.y doas.c env.c
@@ -10,5 +10,6 @@ BINMODE=4555
CFLAGS+= -I${.CURDIR}
COPTS+= -Wall
+YFLAGS=
.include <bsd.prog.mk>