Makefile revision 1.145
11.145Sroy#	$NetBSD: Makefile,v 1.145 2019/04/24 10:26:08 roy 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.131SadINCS=	a.out.h aio.h ar.h assert.h atomic.h \
111.144Smaya	bitstring.h bm.h cdbw.h complex.h cpio.h ctype.h db.h dirent.h \
121.144Smaya	disktab.h dlfcn.h endian.h err.h errno.h fenv.h fmtmsg.h fnmatch.h \
131.129Sdrochner	fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \
141.97Skleink	inttypes.h iso646.h kvm.h langinfo.h libgen.h \
151.82Smjl	limits.h link.h link_aout.h link_elf.h locale.h \
161.114Schristos	login_cap.h lwp.h malloc.h math.h md2.h \
171.130Srmind	memory.h mntopts.h monetary.h mpool.h mqueue.h \
181.129Sdrochner	ndbm.h netconfig.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h \
191.137Sdholland	paths.h pwd.h quota.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.143Skamil	string.h sgtty.h signal.h spawn.h stab.h stdalign.h stddef.h stdio.h \
221.142Skamil	stdlib.h stdnoreturn.h strings.h stringlist.h struct.h sysexits.h \
231.142Skamil	tar.h time.h ttyent.h tzfile.h \
241.142Skamil	ucontext.h ulimit.h unistd.h util.h utime.h utmp.h utmpx.h uuid.h \
251.142Skamil	vis.h wchar.h wctype.h wordexp.h
261.116SchristosINCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/nameser_compat.h \
271.116Schristos	arpa/telnet.h arpa/tftp.h
281.68SmycroftINCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
291.68Smycroft	protocols/talkd.h protocols/timed.h
301.103Sthorpej
311.103SthorpejINCS+=	hesiod.h
321.103Sthorpej
331.145Sroy.include <bsd.own.mk>
341.145Sroy
351.145Sroy.if (${MKYP} != "no")
361.68SmycroftINCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
371.145Sroy.endif
381.95Sragge
391.128StlsINCS+=  ssp/ssp.h ssp/stdio.h ssp/string.h ssp/strings.h ssp/unistd.h
401.128Stls
411.95Sragge.if (${MACHINE_ARCH} != "vax")
421.95SraggeINCS+=	ieeefp.h
431.111Smrg.endif
441.111Smrg
451.99StvINCSDIR=	/usr/include
461.76Sthorpej
471.99StvSUBDIR=		rpc
481.123SthorpejSUBDIR+=	../common/include/prop
491.136SdyoungSUBDIR+=	../common/include/ppath
501.57Sjtc
511.14Sproven.include <bsd.prog.mk>
521.90Sfvdl.include <bsd.subdir.mk>
53