summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vmd/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-11-23 23:41:49 +0000
committerderaadt <deraadt@openbsd.org>2015-11-23 23:41:49 +0000
commitf08dbc5fc444ad8b8ce1d27453cd7aae6639ddae (patch)
tree3b73f325da00d62ea41c8f76c65a4124282f77b5 /usr.sbin/vmd/Makefile
parentyou cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit. (diff)
downloadwireguard-openbsd-f08dbc5fc444ad8b8ce1d27453cd7aae6639ddae.tar.xz
wireguard-openbsd-f08dbc5fc444ad8b8ce1d27453cd7aae6639ddae.zip
Do not need YFLAGS=
Diffstat (limited to 'usr.sbin/vmd/Makefile')
-rw-r--r--usr.sbin/vmd/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/vmd/Makefile b/usr.sbin/vmd/Makefile
index 6f720bff811..14518248692 100644
--- a/usr.sbin/vmd/Makefile
+++ b/usr.sbin/vmd/Makefile
@@ -8,7 +8,6 @@ CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
-YFLAGS=
LDADD+= -lutil -lpthread
DPADD+= ${LIBUTIL}