1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00

Hook up agentx.h.

OK deraadt@
This commit is contained in:
martijn 2020-10-26 15:50:31 +00:00
parent 81180db98f
commit e7a945d3c0

View File

@ -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 \