summaryrefslogtreecommitdiffstats
path: root/include/Makefile
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2017-10-17 09:34:52 +0000
committermpi <mpi@openbsd.org>2017-10-17 09:34:52 +0000
commit7c8f01ebb0cafc2ee3abe1058f9392faf2c9d85a (patch)
tree389b315b4f6f47f4306e28f64f485e2d843d746e /include/Makefile
parentDo not print an extra line if the 'get' command succeeds. (diff)
downloadwireguard-openbsd-7c8f01ebb0cafc2ee3abe1058f9392faf2c9d85a.tar.xz
wireguard-openbsd-7c8f01ebb0cafc2ee3abe1058f9392faf2c9d85a.zip
<elf.h> should make it easier to port our ELF-related tools to other Unices.
For the moment it only includes <sys/exec_elf.h> but the goal is to stop pulling it directly and also replace <elf_abi.h> at least for base applications. ok deraadt@, jasper@, naddy@
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index cddfefdcfec..878ea45f1f9 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.221 2017/10/15 23:40:33 guenther Exp $
+# $OpenBSD: Makefile,v 1.222 2017/10/17 09:34:52 mpi Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@@ -13,7 +13,7 @@ FILES= a.out.h ar.h asr.h assert.h \
bitstring.h blf.h bsd_auth.h \
complex.h cpio.h ctype.h curses.h \
db.h dirent.h disktab.h dlfcn.h \
- elf_abi.h err.h errno.h \
+ elf.h elf_abi.h err.h errno.h \
fenv.h float.h fnmatch.h fstab.h fts.h ftw.h \
getopt.h glob.h grp.h \
icdb.h ieeefp.h ifaddrs.h inttypes.h iso646.h \