Makefile revision 1.130
11.130Srmind# $NetBSD: Makefile,v 1.130 2007/09/07 18:56:04 rmind 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.129SdrochnerINCS= a.out.h aio.h ar.h assert.h bitstring.h bm.h complex.h cpio.h ctype.h \ 111.129Sdrochner db.h dirent.h disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h \ 121.129Sdrochner fstab.h fts.h ftw.h 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.130Srmind memory.h mntopts.h monetary.h mpool.h mqueue.h \ 171.129Sdrochner ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \ 181.129Sdrochner paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ 191.126Sad resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \ 201.124Smrg sgtty.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \ 211.119Snathanw strings.h stringlist.h struct.h sysexits.h tar.h time.h \ 221.108Schristos ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \ 231.118Sthorpej utmpx.h uuid.h varargs.h vis.h wchar.h wctype.h wordexp.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.128StlsINCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h 341.128Stls 351.95Sragge.if (${MACHINE_ARCH} != "vax") 361.95SraggeINCS+= ieeefp.h 371.111Smrg.endif 381.111Smrg 391.111Smrg.include <bsd.own.mk> 401.111Smrg 411.88Sfvdl 421.99StvINCSDIR= /usr/include 431.76Sthorpej 441.99StvSUBDIR= rpc 451.123SthorpejSUBDIR+= ../common/include/prop 461.57Sjtc 471.14Sproven.include <bsd.prog.mk> 481.90Sfvdl.include <bsd.subdir.mk> 49