kernel: maintain stack alignment
[minix3.git] / include / Makefile
blobb9f00bbe55fb249c5313c64d17aa792ce2d75b9e
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 INCS= a.out.h aio.h ar.h assert.h atomic.h \
11 bitstring.h bm.h cdbr.h cdbw.h complex.h cpio.h ctype.h \
12 db.h dirent.h disktab.h dlfcn.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \
13 fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \
14 inttypes.h iso646.h langinfo.h libgen.h \
15 limits.h link.h link_aout.h link_elf.h locale.h \
16 login_cap.h lwp.h malloc.h math.h md2.h \
17 memory.h mntopts.h monetary.h mpool.h mqueue.h \
18 ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \
19 paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \
20 resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \
21 string.h sgtty.h signal.h stab.h stdbool.h stddef.h stdio.h \
22 stdlib.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \
23 ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \
24 utmpx.h uuid.h vis.h wchar.h wctype.h wordexp.h
25 INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \
26 arpa/telnet.h arpa/tftp.h
27 INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
28 protocols/talkd.h protocols/timed.h
30 INCS+= hesiod.h
32 INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h
34 INCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h
36 .if (${MACHINE_ARCH} != "vax")
37 INCS+= ieeefp.h
38 .endif
40 .if defined(__MINIX)
41 # MINIX Specific headers.
42 INCS+= env.h fetch.h lib.h libutil.h timers.h varargs.h
43 .endif
46 .include <bsd.own.mk>
49 INCSDIR= /usr/include
51 .if defined(__MINIX)
52 # RPC is not compiled in the libc. This include also needs
53 # rpcgen, which can be compiled if needed.
54 .else
55 SUBDIR= rpc
56 .endif
57 SUBDIR+= ../common/include/prop
59 .if defined(__MINIX)
60 SUBDIR+= arch sys minix
61 SUBDIR+= net
62 SUBDIR+= ddekit
63 .else
64 SUBDIR+= ../common/include/ppath
65 .endif
67 .include <bsd.prog.mk>
68 .include <bsd.subdir.mk>