Makefile revision 1.128
11.128Stls# $NetBSD: Makefile,v 1.128 2007/05/30 01:13:21 tls 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.127SrmindINCS= a.out.h aio.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h \ 111.127Srmind dirent.h disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h \ 121.127Srmind 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.109Sjdolecek memory.h mntopts.h mpool.h \ 171.120Schristos monetary.h \ 181.109Sjdolecek ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h \ 191.113Sitojun nsswitch.h paths.h pwd.h randomid.h ranlib.h re_comp.h regex.h regexp.h \ 201.126Sad resolv.h res_update.h rmt.h sched.h search.h semaphore.h setjmp.h \ 211.124Smrg sgtty.h signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h string.h \ 221.119Snathanw strings.h stringlist.h struct.h sysexits.h tar.h time.h \ 231.108Schristos ttyent.h tzfile.h ucontext.h ulimit.h unistd.h util.h utime.h utmp.h \ 241.118Sthorpej utmpx.h uuid.h varargs.h vis.h wchar.h wctype.h wordexp.h 251.116SchristosINCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \ 261.116Schristos arpa/telnet.h arpa/tftp.h 271.68SmycroftINCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 281.68Smycroft protocols/talkd.h protocols/timed.h 291.103Sthorpej 301.103SthorpejINCS+= hesiod.h 311.103Sthorpej 321.68SmycroftINCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 331.95Sragge 341.128StlsINCS+= ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h 351.128Stls 361.95Sragge.if (${MACHINE_ARCH} != "vax") 371.95SraggeINCS+= ieeefp.h 381.111Smrg.endif 391.111Smrg 401.111Smrg.include <bsd.own.mk> 411.111Smrg 421.88Sfvdl 431.99StvINCSDIR= /usr/include 441.76Sthorpej 451.99StvSUBDIR= rpc 461.123SthorpejSUBDIR+= ../common/include/prop 471.57Sjtc 481.14Sproven.include <bsd.prog.mk> 491.90Sfvdl.include <bsd.subdir.mk> 50