1 # $NetBSD: Makefile,v 1.130 2007/09/07 18:56:04 rmind Exp $ 2 # @(#)Makefile 8.2 (Berkeley) 1/4/94 3 4 # Doing a make includes builds /usr/include 5 6 NOOBJ= # defined 7 8 # Missing: mp.h 9 10 INCS= a.out.h aio.h ar.h assert.h bitstring.h bm.h complex.h cpio.h ctype.h \ 11 db.h dirent.h disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h \ 12 fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \ 13 inttypes.h iso646.h kvm.h langinfo.h libgen.h \ 14 limits.h link.h link_aout.h link_elf.h locale.h \ 15 login_cap.h lwp.h malloc.h math.h md2.h \ 16 memory.h mntopts.h monetary.h mpool.h mqueue.h \ 17 ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \ 18 paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ 19 resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \ 20 sgtty.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \ 21 strings.h stringlist.h struct.h sysexits.h tar.h time.h \ 22 ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \ 23 utmpx.h uuid.h varargs.h vis.h wchar.h wctype.h wordexp.h 24 INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \ 25 arpa/telnet.h arpa/tftp.h 26 INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 27 protocols/talkd.h protocols/timed.h 28 29 INCS+= hesiod.h 30 31 INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 32 33 INCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h 34 35 .if (${MACHINE_ARCH} != "vax") 36 INCS+= ieeefp.h 37 .endif 38 39 .include <bsd.own.mk> 40 41 42 INCSDIR= /usr/include 43 44 SUBDIR= rpc 45 SUBDIR+= ../common/include/prop 46 47 .include <bsd.prog.mk> 48 .include <bsd.subdir.mk> 49