Makefile revision 1.111
11.111Smrg#	$NetBSD: Makefile,v 1.111 2003/07/26 15:27:13 mrg 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.106Sthorpej	login_cap.h lwp.h malloc.h math.h md2.h md4.h md5.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.81Skleink	nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \
191.108Schristos	resolv.h rmd160.h rmt.h sa.h sched.h search.h semaphore.h setjmp.h \
201.108Schristos	sgtty.h sha1.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.108Schristos	utmpx.h vis.h wchar.h wctype.h
241.68SmycroftINCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
251.68SmycroftINCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
261.68Smycroft	protocols/talkd.h protocols/timed.h
271.103Sthorpej
281.103SthorpejINCS+=	hesiod.h
291.103Sthorpej
301.68SmycroftINCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
311.95Sragge
321.95Sragge.if (${MACHINE_ARCH} != "vax")
331.95SraggeINCS+=	ieeefp.h
341.111Smrg.endif
351.111Smrg
361.111Smrg.include <bsd.own.mk>
371.111Smrg
381.111Smrg.if ${USE_TOOLS_TOOLCHAIN} == "no"
391.111SmrgINCS+=	stdbool.h
401.95Sragge.endif
411.88Sfvdl
421.99StvINCSDIR=	/usr/include
431.76Sthorpej
441.99StvSUBDIR=		rpc
451.57Sjtc
461.14Sproven.include <bsd.prog.mk>
471.90Sfvdl.include <bsd.subdir.mk>
48