diff options
Diffstat (limited to 'usr.sbin/vmd/Makefile')
-rw-r--r-- | usr.sbin/vmd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/Makefile b/usr.sbin/vmd/Makefile index d31a8cb910d..7ea090f8886 100644 --- a/usr.sbin/vmd/Makefile +++ b/usr.sbin/vmd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2018/01/03 05:39:56 ccardenas Exp $ +# $OpenBSD: Makefile,v 1.18 2018/06/28 02:21:15 gsoares Exp $ .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" @@ -15,7 +15,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare LDADD+= -lutil -lpthread -levent -DPADD+= ${LIBUTIL} ${LIBEVENT} +DPADD+= ${LIBUTIL} ${LIBPTHREAD} ${LIBEVENT} YFLAGS= |