vm: fix region reporting bug
[minix.git] / include / Makefile
blobe6ea0024e80a718be4ce507ffdfc9edd43591427
1 # $NetBSD: Makefile,v 1.139 2012/02/11 23:31:24 martin Exp $
2 # @(#)Makefile 8.2 (Berkeley) 1/4/94
4 # Doing a make includes builds /usr/include
6 NOOBJ= # defined
8 # Missing: mp.h
10 .if defined(__MINIX)
11 # Avoid installing: kvm.h lwp.h sa.h (latter not installed anyway)
12 INCS= a.out.h aio.h ar.h assert.h atomic.h \
13 bitstring.h bm.h cdbr.h cdbw.h complex.h cpio.h ctype.h \
14 db.h dirent.h disktab.h dlfcn.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \
15 fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \
16 inttypes.h iso646.h langinfo.h libgen.h \
17 limits.h link.h link_aout.h link_elf.h locale.h \
18 login_cap.h malloc.h math.h md2.h \
19 memory.h mntopts.h monetary.h mpool.h mqueue.h \
20 ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \
21 paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
22 resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \
23 sgtty.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \
24 strings.h stringlist.h struct.h sysexits.h tar.h time.h \
25 ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \
26 utmpx.h uuid.h varargs.h vis.h wchar.h wctype.h wordexp.h
28 # MINIX Specific headers.
29 INCS+= env.h fetch.h lib.h libutil.h timers.h
31 .else
32 INCS= a.out.h aio.h ar.h assert.h atomic.h \
33 bitstring.h bm.h cdbr.h cdbw.h complex.h cpio.h ctype.h \
34 db.h dirent.h disktab.h dlfcn.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \
35 fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \
36 inttypes.h iso646.h kvm.h langinfo.h libgen.h \
37 limits.h link.h link_aout.h link_elf.h locale.h \
38 login_cap.h lwp.h malloc.h math.h md2.h \
39 memory.h mntopts.h monetary.h mpool.h mqueue.h \
40 ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \
41 paths.h pwd.h quota.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
42 resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \
43 string.h sgtty.h signal.h spawn.h stab.h stdbool.h stddef.h stdio.h \
44 stdlib.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \
45 ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \
46 utmpx.h uuid.h vis.h wchar.h wctype.h wordexp.h
47 .endif
48 INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \
49 arpa/telnet.h arpa/tftp.h
50 INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
51 protocols/talkd.h protocols/timed.h
53 INCS+= hesiod.h
55 INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h
57 INCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h
59 .if (${MACHINE_ARCH} != "vax")
60 INCS+= ieeefp.h
61 .endif
63 .include <bsd.own.mk>
66 INCSDIR= /usr/include
68 .if defined(__MINIX)
69 # RPC is not compiled in the libc. This include also needs
70 # rpcgen, which can be compiled if needed.
71 .else
72 SUBDIR= rpc
73 .endif
74 .if defined(__MINIX)
75 SUBDIR+= prop
76 .else
77 SUBDIR+= ../common/include/prop
78 .endif
80 .if defined(__MINIX)
81 SUBDIR+= arch/${MACHINE_ARCH}
82 SUBDIR+= arch sys minix
83 SUBDIR+= net netinet netinet6
84 SUBDIR+= ddekit
85 .else
86 SUBDIR+= ../common/include/ppath
87 .endif
89 .include <bsd.prog.mk>
90 .include <bsd.subdir.mk>