diff options
author | 2020-10-26 15:50:31 +0000 | |
---|---|---|
committer | 2020-10-26 15:50:31 +0000 | |
commit | e7a945d3c00f0a83dc77525cfea0d4e9505da4d8 (patch) | |
tree | 234dbae270025b19f40a8899109c1ffdf141912a | |
parent | s/agentx_/ax_/g and s/subagentx_/agentx_/g (diff) | |
download | wireguard-openbsd-e7a945d3c00f0a83dc77525cfea0d4e9505da4d8.tar.xz wireguard-openbsd-e7a945d3c00f0a83dc77525cfea0d4e9505da4d8.zip |
Hook up agentx.h.
OK deraadt@
-rw-r--r-- | include/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 30d4f65cf7c..891a0693c7c 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.226 2019/11/14 21:14:53 djm Exp $ +# $OpenBSD: Makefile,v 1.227 2020/10/26 15:50:31 martijn Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -42,9 +42,9 @@ LDIRS= crypto ddb dev isofs miscfs msdosfs net netinet netinet6 \ PRDIRS= ../lib/libcrypto ../lib/librpcsvc # Directories with an includes target -RDIRS= ../lib/libcbor ../lib/libcurses ../lib/libedit ../lib/libelf \ - ../lib/libevent ../lib/libexpat ../lib/libfido2 ../lib/libform \ - ../lib/libfuse ../lib/libkeynote ../lib/libmenu \ +RDIRS= ../lib/libagentx ../lib/libcbor ../lib/libcurses ../lib/libedit \ + ../lib/libelf ../lib/libevent ../lib/libexpat ../lib/libfido2 \ + ../lib/libform ../lib/libfuse ../lib/libkeynote ../lib/libmenu \ ../lib/libossaudio ../lib/libpanel ../lib/libpcap \ ../lib/libradius \ ../lib/libskey ../lib/libssl ../lib/libtls \ |