1 # $NetBSD: Makefile,v 1.120 2005/04/03 20:09:29 christos 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 ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ 11 disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \ 12 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 mpool.h \ 17 monetary.h \ 18 ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h \ 19 nsswitch.h paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ 20 resolv.h res_update.h rmd160.h rmt.h sa.h sched.h search.h semaphore.h setjmp.h \ 21 sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \ 22 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 varargs.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 29 30 INCS+= hesiod.h 31 32 INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 33 34 .if (${MACHINE_ARCH} != "vax") 35 INCS+= ieeefp.h 36 .endif 37 38 .include <bsd.own.mk> 39 40 .if ${HAVE_GCC3} == "yes" 41 INCS+= stdbool.h 42 .endif 43 44 INCSDIR= /usr/include 45 46 SUBDIR= rpc 47 48 .include <bsd.prog.mk> 49 .include <bsd.subdir.mk> 50