Makefile revision 1.88
11.88Sfvdl# $NetBSD: Makefile,v 1.88 2000/06/03 02:29:22 fvdl 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.78Skleink disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \ 131.84Schristos getopt.h glob.h grp.h hesiod.h ieeefp.h ifaddrs.h \ 141.83Sitojun iso646.h kvm.h langinfo.h libgen.h \ 151.82Smjl limits.h link.h link_aout.h link_elf.h locale.h \ 161.82Smjl login_cap.h malloc.h math.h md4.h \ 171.86Sfvdl memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \ 181.86Sfvdl nl_types.h \ 191.81Skleink nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ 201.80Skleink resolv.h rmt.h search.h setjmp.h sgtty.h signal.h stab.h stddef.h \ 211.80Skleink stdio.h stdlib.h string.h strings.h stringlist.h struct.h sysexits.h \ 221.80Skleink tar.h time.h ttyent.h tzfile.h ulimit.h unistd.h util.h utime.h \ 231.85Skleink utmp.h vis.h wchar.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.87SfvdlINCS+= rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/nettype.h rpc/pmap_clnt.h \ 281.88Sfvdl rpc/pmap_prot.h rpc/pmap_rmt.h rpc/rpc.h rpc/rpcb_prot.h rpc/rpc_msg.h \ 291.88Sfvdl rpc/svc.h rpc/svc_auth.h rpc/types.h rpc/xdr.h 301.68SmycroftINCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 311.88Sfvdl 321.88Sfvdl 331.88Sfvdlrpc/rpcb_prot.h: rpc/rpcb_prot.x 341.88Sfvdl rpcgen -h ${.ALLSRC} -o ${.TARGET} 351.88Sfvdl 361.88SfvdlCLEANFILES+= rpc/rpcb_prot.h 371.76Sthorpej 381.68SmycroftINCSDIR=/usr/include 391.1Scgd 401.74SlukemMKOBJ= no 411.76Sthorpej 421.76Sthorpej.if defined(CRYPTOPATH) 431.77Smrg.sinclude "${CRYPTOPATH}/include/Makefile.frag" 441.76Sthorpej.endif 451.57Sjtc 461.14Sproven.include <bsd.prog.mk> 47