Makefile revision 1.68
11.68Smycroft# $NetBSD: Makefile,v 1.68 1997/03/27 09:29:29 mycroft Exp $ 21.48Scgd# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 31.21Smycroft 41.1Scgd# Missing: mp.h 51.1Scgd 61.68SmycroftINCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ 71.64Scgd disktab.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h \ 81.67Sthorpej iso646.h kvm.h langinfo.h limits.h locale.h malloc.h math.h md4.h \ 91.67Sthorpej md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \ 101.67Sthorpej paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h resolv.h rmt.h \ 111.67Sthorpej search.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h \ 121.67Sthorpej string.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \ 131.67Sthorpej ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h 141.68SmycroftINCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h 151.68SmycroftINCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 161.68Smycroft protocols/talkd.h protocols/timed.h 171.68SmycroftINCS+= rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \ 181.68Smycroft rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \ 191.68Smycroft rpc/types.h rpc/xdr.h 201.68SmycroftINCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 211.68SmycroftINCSDIR=/usr/include 221.1Scgd 231.1ScgdNOOBJ= noobj 241.57Sjtc 251.14Sproven.include <bsd.prog.mk> 26