Makefile revision 1.74
11.74Slukem#	$NetBSD: Makefile,v 1.74 1999/02/13 02:54:29 lukem 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.72Skleink	disktab.h dlfcn.h err.h errno.h fnmatch.h fstab.h fts.h glob.h grp.h \
101.73Slukem	hesiod.h ieeefp.h iso646.h kvm.h langinfo.h libgen.h limits.h locale.h \
111.72Skleink	malloc.h math.h md4.h memory.h mpool.h ndbm.h netdb.h netgroup.h \
121.73Slukem	nlist.h nl_types.h nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h \
131.73Slukem	regexp.h resolv.h rmt.h search.h setjmp.h sgtty.h signal.h stab.h \
141.73Slukem	stddef.h stdio.h stdlib.h string.h strings.h stringlist.h struct.h \
151.73Slukem	sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h util.h utime.h \
161.73Slukem	utmp.h vis.h
171.68SmycroftINCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
181.68SmycroftINCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
191.68Smycroft	protocols/talkd.h protocols/timed.h
201.68SmycroftINCS+=	rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \
211.68Smycroft	rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \
221.68Smycroft	rpc/types.h rpc/xdr.h
231.68SmycroftINCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
241.68SmycroftINCSDIR=/usr/include
251.1Scgd
261.74SlukemMKOBJ=	no
271.57Sjtc
281.14Sproven.include <bsd.prog.mk>
29