diff options
author | 2015-11-23 23:41:49 +0000 | |
---|---|---|
committer | 2015-11-23 23:41:49 +0000 | |
commit | f08dbc5fc444ad8b8ce1d27453cd7aae6639ddae (patch) | |
tree | 3b73f325da00d62ea41c8f76c65a4124282f77b5 | |
parent | you cant touch m_pkthdr in between ifq_deq_begin and ifq_deq_commit. (diff) | |
download | wireguard-openbsd-f08dbc5fc444ad8b8ce1d27453cd7aae6639ddae.tar.xz wireguard-openbsd-f08dbc5fc444ad8b8ce1d27453cd7aae6639ddae.zip |
Do not need YFLAGS=
-rw-r--r-- | usr.sbin/vmd/Makefile | 1 |
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} |