Makefile revision 1.106
11.106Sthorpej# $NetBSD: Makefile,v 1.106 2003/01/18 10:32:11 thorpej 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.103Sthorpej getopt.h glob.h grp.h ifaddrs.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.106Sthorpej login_cap.h lwp.h malloc.h math.h md2.h md4.h md5.h \ 161.86Sfvdl memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \ 171.86Sfvdl nl_types.h \ 181.81Skleink nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ 191.106Sthorpej resolv.h rmd160.h rmt.h sa.h sched.h search.h setjmp.h sgtty.h sha1.h \ 201.104Sbjh21 signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \ 211.100Sthorpej stringlist.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ 221.106Sthorpej ucontext.h ulimit.h unistd.h util.h utime.h utmp.h utmpx.h vis.h wchar.h wctype.h 231.68SmycroftINCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h 241.68SmycroftINCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 251.68Smycroft protocols/talkd.h protocols/timed.h 261.103Sthorpej 271.103SthorpejINCS+= hesiod.h 281.103Sthorpej 291.68SmycroftINCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 301.95Sragge 311.95Sragge.if (${MACHINE_ARCH} != "vax") 321.95SraggeINCS+= ieeefp.h 331.95Sragge.endif 341.88Sfvdl 351.99StvINCSDIR= /usr/include 361.76Sthorpej 371.99StvSUBDIR= rpc 381.57Sjtc 391.14Sproven.include <bsd.prog.mk> 401.90Sfvdl.include <bsd.subdir.mk> 41