summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-02-04 23:23:18 +0000
committerjsg <jsg@openbsd.org>2019-02-04 23:23:18 +0000
commitba3116c2a57cdc2144197c934fd7c705301b144b (patch)
treec4b91ff1a82c0ab9639d43fdf15aaec63cef98aa /include/Makefile
parentAvoid an mbuf double free in the oob soreceive() path. In the (diff)
downloadwireguard-openbsd-ba3116c2a57cdc2144197c934fd7c705301b144b.tar.xz
wireguard-openbsd-ba3116c2a57cdc2144197c934fd7c705301b144b.zip
enable libelf
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index 878ea45f1f9..005e1600d4d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.222 2017/10/17 09:34:52 mpi Exp $
+# $OpenBSD: Makefile,v 1.223 2019/02/04 23:23:18 jsg Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -42,7 +42,7 @@ LDIRS= crypto ddb dev isofs miscfs msdosfs net netinet netinet6 \
PRDIRS= ../lib/libcrypto ../lib/librpcsvc
# Directories with an includes target
-RDIRS= ../lib/libcurses ../lib/libedit \
+RDIRS= ../lib/libcurses ../lib/libedit ../lib/libelf \
../lib/libevent ../lib/libexpat ../lib/libform \
../lib/libfuse ../lib/libkeynote ../lib/libmenu \
../lib/libossaudio ../lib/libpanel ../lib/libpcap \