diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-11-14 21:14:54 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-11-14 21:14:54 +0000 |
commit | 053592815e6a3f77b2493c049efee27c8224f2cd (patch) | |
tree | a63f2fa76c4be0c95dd4ee194c222299e2a4bcea | |
parent | 2fd740b7bd22e8c8d425a1814099acde23e7b0c5 (diff) |
RDIRS for libcbor and libfido2
-rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index b8b357ddfcc..30d4f65cf7c 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.225 2019/04/06 02:56:16 jsg Exp $ +# $OpenBSD: Makefile,v 1.226 2019/11/14 21:14:53 djm Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -42,8 +42,8 @@ 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 ../lib/libelf \ - ../lib/libevent ../lib/libexpat ../lib/libform \ +RDIRS= ../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 \ |