diff options
author | mortimer <mortimer@cvs.openbsd.org> | 2021-06-09 19:44:56 +0000 |
---|---|---|
committer | mortimer <mortimer@cvs.openbsd.org> | 2021-06-09 19:44:56 +0000 |
commit | f2c548a055a59b14a0138461cd4909467bc7e42f (patch) | |
tree | 3a8708a12b85b49f543e5ddb32d723ddf692e1a6 /include/Makefile | |
parent | 4077115d7655bb86c9426e4f8c4ccd0eb4221946 (diff) |
Enable libexecinfo.
With some build plumbing help from jsg@
ok kettenis@ sthen@
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 99aca922d7f..1fd278b408a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.228 2021/01/02 20:04:36 patrick Exp $ +# $OpenBSD: Makefile,v 1.229 2021/06/09 19:44:55 mortimer Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -49,7 +49,7 @@ RDIRS= ../lib/libagentx ../lib/libcbor ../lib/libcurses ../lib/libedit \ ../lib/libradius \ ../lib/libskey ../lib/libssl ../lib/libtls \ ../lib/libusbhid ../lib/libutil ../lib/libz \ - ../usr.bin/lex ../gnu/lib/libreadline \ + ../usr.bin/lex ../gnu/lib/libexecinfo ../gnu/lib/libreadline \ ../sys/arch/${MACHINE} .if ${BUILD_GCC3:L} == "yes" |