diff options
| author | maya <maya@NetBSD.org> | 2017-10-16 11:38:25 +0000 |
|---|---|---|
| committer | maya <maya@NetBSD.org> | 2017-10-16 11:38:25 +0000 |
| commit | a6441758b76484ac3cefa797101b0ebf8263aa1b (patch) | |
| tree | a94a4387463ed49b73711d29f4eb4dc4d3dbf99d /include/Makefile | |
| parent | be2871a722a001c7fd5d9f4b5863aa2251a0a01c (diff) | |
Add endian.h header. Simply includes sys/endian.h
<endian.h> has been accepted by the austin group.
Diffstat (limited to 'include/Makefile')
| -rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 2e033cc2bbe..fd1da9cd639 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.143 2016/10/02 17:19:00 kamil Exp $ +# $NetBSD: Makefile,v 1.144 2017/10/16 11:38:25 maya Exp $ # @(#)Makefile 8.2 (Berkeley) 1/4/94 # Doing a make includes builds /usr/include @@ -8,8 +8,8 @@ NOOBJ= # defined # Missing: mp.h INCS= a.out.h aio.h ar.h assert.h atomic.h \ - bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h \ - db.h dirent.h disktab.h dlfcn.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \ + bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h db.h dirent.h \ + disktab.h dlfcn.h endian.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \ fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \ inttypes.h iso646.h kvm.h langinfo.h libgen.h \ limits.h link.h link_aout.h link_elf.h locale.h \ |
