Makefile revision 1.101
11.101Sthorpej# $NetBSD: Makefile,v 1.101 2002/02/04 08:51:26 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.1Scgd# Missing: mp.h 71.1Scgd 81.68SmycroftINCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ 91.78Skleink disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \ 101.95Sragge getopt.h glob.h grp.h hesiod.h ifaddrs.h \ 111.97Skleink inttypes.h iso646.h kvm.h langinfo.h libgen.h \ 121.82Smjl limits.h link.h link_aout.h link_elf.h locale.h \ 131.96Satatat login_cap.h malloc.h math.h md2.h md4.h md5.h \ 141.86Sfvdl memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \ 151.86Sfvdl nl_types.h \ 161.81Skleink nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ 171.98Sthorpej resolv.h rmd160.h rmt.h sched.h search.h setjmp.h sgtty.h signal.h \ 181.101Sthorpej stab.h stddef.h stdio.h stdlib.h string.h strings.h \ 191.100Sthorpej stringlist.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ 201.100Sthorpej ulimit.h unistd.h util.h utime.h utmp.h vis.h wchar.h wctype.h 211.68SmycroftINCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h 221.68SmycroftINCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 231.68Smycroft protocols/talkd.h protocols/timed.h 241.68SmycroftINCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 251.95Sragge 261.95Sragge.if (${MACHINE_ARCH} != "vax") 271.95SraggeINCS+= ieeefp.h 281.95Sragge.endif 291.88Sfvdl 301.99StvINCSDIR= /usr/include 311.1Scgd 321.99StvNOOBJ= # defined 331.76Sthorpej 341.99StvSUBDIR= rpc 351.57Sjtc 361.14Sproven.include <bsd.prog.mk> 371.90Sfvdl.include <bsd.subdir.mk> 38