1 # $NetBSD: Makefile,v 1.146 2019/06/04 15:07:55 hannken 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 atomic.h \ 11 bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h db.h dirent.h \ 12 disktab.h dlfcn.h endian.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 kvm.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 quota.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 spawn.h stab.h stdalign.h stddef.h stdio.h \ 22 stdlib.h stdnoreturn.h strings.h stringlist.h struct.h sysexits.h \ 23 tar.h time.h ttyent.h tzfile.h \ 24 ucontext.h ulimit.h unistd.h util.h utime.h utmp.h utmpx.h uuid.h \ 25 vis.h wchar.h wctype.h wordexp.h 26 INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \ 27 arpa/telnet.h arpa/tftp.h 28 INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 29 protocols/talkd.h protocols/timed.h 30 31 INCS+= hesiod.h 32 33 .include <bsd.own.mk> 34 35 .if (${MKYP} != "no") 36 INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 37 .endif 38 39 INCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h 40 41 .if (${MACHINE_ARCH} != "vax") 42 INCS+= ieeefp.h 43 .endif 44 45 INCSDIR= /usr/include 46 47 SUBDIR= rpc 48 SUBDIR+= ../common/include/prop 49 SUBDIR+= ../common/include/ppath 50 SUBDIR+= ../common/include/rpc 51 52 .include <bsd.prog.mk> 53 .include <bsd.subdir.mk> 54