Home | History | Annotate | Line # | Download | only in include
Makefile revision 1.68
      1  1.68  mycroft #	$NetBSD: Makefile,v 1.68 1997/03/27 09:29:29 mycroft Exp $
      2  1.48      cgd #	@(#)Makefile	5.45.1.1 (Berkeley) 5/6/91
      3  1.21  mycroft 
      4   1.1      cgd # Missing: mp.h
      5   1.1      cgd 
      6  1.68  mycroft INCS=	a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
      7  1.64      cgd 	disktab.h dlfcn.h err.h fnmatch.h fstab.h fts.h glob.h grp.h ieeefp.h \
      8  1.67  thorpej 	iso646.h kvm.h langinfo.h limits.h locale.h malloc.h math.h md4.h \
      9  1.67  thorpej 	md5.h memory.h mpool.h ndbm.h netdb.h netgroup.h nlist.h nl_types.h \
     10  1.67  thorpej 	paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h resolv.h rmt.h \
     11  1.67  thorpej 	search.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h \
     12  1.67  thorpej 	string.h strings.h stringlist.h struct.h sysexits.h tar.h time.h \
     13  1.67  thorpej 	ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h
     14  1.68  mycroft INCS+=	arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h
     15  1.68  mycroft INCS+=	protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
     16  1.68  mycroft 	protocols/talkd.h protocols/timed.h
     17  1.68  mycroft INCS+=	rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \
     18  1.68  mycroft 	rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \
     19  1.68  mycroft 	rpc/types.h rpc/xdr.h
     20  1.68  mycroft INCS+=	rpcsvc/yp_prot.h rpcsvc/ypclnt.h
     21  1.68  mycroft INCSDIR=/usr/include
     22   1.1      cgd 
     23   1.1      cgd NOOBJ=	noobj
     24  1.57      jtc 
     25  1.14   proven .include <bsd.prog.mk>
     26