Makefile revision 1.116
11.116Schristos# $NetBSD: Makefile,v 1.116 2004/05/21 02:27:35 christos Exp $ 21.71Sperry# @(#)Makefile 8.2 (Berkeley) 1/4/94 31.71Sperry 41.71Sperry# Doing a make includes builds /usr/include 51.21Smycroft 61.105SlukemNOOBJ= # defined 71.105Slukem 81.1Scgd# Missing: mp.h 91.1Scgd 101.68SmycroftINCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ 111.78Skleink disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \ 121.110Stshiozak getopt.h glob.h grp.h ifaddrs.h iconv.h \ 131.97Skleink inttypes.h iso646.h kvm.h langinfo.h libgen.h \ 141.82Smjl limits.h link.h link_aout.h link_elf.h locale.h \ 151.114Schristos login_cap.h lwp.h malloc.h math.h md2.h \ 161.109Sjdolecek memory.h mntopts.h mpool.h \ 171.109Sjdolecek ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h \ 181.113Sitojun nsswitch.h paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ 191.116Schristos resolv.h res_update.h rmd160.h rmt.h sa.h sched.h search.h semaphore.h setjmp.h \ 201.114Schristos sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h \ 211.108Schristos strings.h stringlist.h struct.h sysexits.h tar.h threadlib.h time.h \ 221.108Schristos ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \ 231.115Stron utmpx.h varargs.h vis.h wchar.h wctype.h 241.116SchristosINCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \ 251.116Schristos arpa/telnet.h arpa/tftp.h 261.68SmycroftINCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 271.68Smycroft protocols/talkd.h protocols/timed.h 281.103Sthorpej 291.103SthorpejINCS+= hesiod.h 301.103Sthorpej 311.68SmycroftINCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 321.95Sragge 331.95Sragge.if (${MACHINE_ARCH} != "vax") 341.95SraggeINCS+= ieeefp.h 351.111Smrg.endif 361.111Smrg 371.111Smrg.include <bsd.own.mk> 381.111Smrg 391.112Smrg.if ${HAVE_GCC3} == "yes" 401.111SmrgINCS+= stdbool.h 411.95Sragge.endif 421.88Sfvdl 431.99StvINCSDIR= /usr/include 441.76Sthorpej 451.99StvSUBDIR= rpc 461.57Sjtc 471.14Sproven.include <bsd.prog.mk> 481.90Sfvdl.include <bsd.subdir.mk> 49