diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-02-04 23:23:19 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-02-04 23:23:19 +0000 |
commit | c6e087e95e61f16912dab0e30fe84a9bc796d70b (patch) | |
tree | cf1f731003f71e37875431447957108f8d873e1e /include | |
parent | 4425e9bbfb4c5db368521828a0a414813d286ead (diff) |
enable libelf
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
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 \ |