Makefile revision 1.71
11.71Sperry#	$NetBSD: Makefile,v 1.71 1998/02/02 21:07:13 perry 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.64Scgd	disktab.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h \
101.70Skleink	iso646.h kvm.h langinfo.h libgen.h limits.h locale.h malloc.h math.h \
111.70Skleink	md4.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \
121.67Sthorpej	paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h resolv.h rmt.h \
131.67Sthorpej	search.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h \
141.67Sthorpej	string.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \
151.67Sthorpej	ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h
161.68SmycroftINCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
171.68SmycroftINCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
181.68Smycroft	protocols/talkd.h protocols/timed.h
191.68SmycroftINCS+=	rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \
201.68Smycroft	rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \
211.68Smycroft	rpc/types.h rpc/xdr.h
221.68SmycroftINCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
231.68SmycroftINCSDIR=/usr/include
241.1Scgd
251.1ScgdNOOBJ=	noobj
261.57Sjtc
271.14Sproven.include <bsd.prog.mk>
28