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
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
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
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
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")
69 # RPC is not compiled in the libc. This include also needs
70 # rpcgen, which can be compiled if needed.
77 SUBDIR
+= ..
/common
/include/prop
81 SUBDIR
+= arch
/${MACHINE_ARCH}
82 SUBDIR
+= arch sys minix
83 SUBDIR
+= net netinet netinet6
86 SUBDIR
+= ..
/common
/include/ppath
89 .
include <bsd.prog.mk
>
90 .
include <bsd.subdir.mk
>