Makefile revision 1.77
11.77Smrg#	$NetBSD: Makefile,v 1.77 1999/07/20 09:47:08 mrg Exp $
21.71Sperry#	@(#)Makefile	8.2 (Berkeley) 1/4/94
31.71Sperry
41.76SthorpejSRCTOP=	..
51.76Sthorpej.include <bsd.crypto.mk>
61.76Sthorpej
71.71Sperry# Doing a make includes builds /usr/include
81.21Smycroft
91.1Scgd# Missing: mp.h
101.1Scgd
111.68SmycroftINCS=	a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
121.72Skleink	disktab.h dlfcn.h err.h errno.h fnmatch.h fstab.h fts.h glob.h grp.h \
131.75Sthorpej	hesiod.h ieeefp.h iso646.h kvm.h langinfo.h libgen.h limits.h link.h \
141.75Sthorpej	link_aout.h link_elf.h locale.h malloc.h math.h md4.h memory.h mpool.h \
151.75Sthorpej	ndbm.h netdb.h netgroup.h nlist.h nl_types.h nsswitch.h paths.h pwd.h \
161.75Sthorpej	ranlib.h re_comp.h regex.h regexp.h resolv.h rmt.h search.h setjmp.h \
171.75Sthorpej	sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h string.h strings.h \
181.75Sthorpej	stringlist.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \
191.75Sthorpej	unistd.h util.h utime.h utmp.h vis.h
201.68SmycroftINCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
211.68SmycroftINCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
221.68Smycroft	protocols/talkd.h protocols/timed.h
231.68SmycroftINCS+=	rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \
241.68Smycroft	rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \
251.68Smycroft	rpc/types.h rpc/xdr.h
261.68SmycroftINCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
271.76Sthorpej
281.68SmycroftINCSDIR=/usr/include
291.1Scgd
301.74SlukemMKOBJ=	no
311.76Sthorpej
321.76Sthorpej.if defined(CRYPTOPATH)
331.77Smrg.sinclude "${CRYPTOPATH}/include/Makefile.frag"
341.76Sthorpej.endif
351.57Sjtc
361.14Sproven.include <bsd.prog.mk>
37