1 # $NetBSD: Makefile,v 1.72 1999/01/12 03:08:14 kleink Exp $ 2 # @(#)Makefile 8.2 (Berkeley) 1/4/94 3 4 # Doing a make includes builds /usr/include 5 6 # Missing: mp.h 7 8 INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ 9 disktab.h dlfcn.h err.h errno.h fnmatch.h fstab.h fts.h glob.h grp.h \ 10 ieeefp.h iso646.h kvm.h langinfo.h libgen.h limits.h locale.h \ 11 malloc.h math.h md4.h memory.h mpool.h ndbm.h netdb.h netgroup.h \ 12 nlist.h nl_types.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ 13 resolv.h rmt.h search.h setjmp.h sgtty.h signal.h stab.h stddef.h \ 14 stdio.h stdlib.h string.h strings.h stringlist.h struct.h sysexits.h \ 15 tar.h time.h ttyent.h tzfile.h unistd.h util.h utime.h utmp.h vis.h 16 INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h 17 INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 18 protocols/talkd.h protocols/timed.h 19 INCS+= rpc/auth.h rpc/auth_unix.h rpc/clnt.h rpc/pmap_clnt.h rpc/pmap_prot.h \ 20 rpc/pmap_rmt.h rpc/rpc.h rpc/rpc_msg.h rpc/svc.h rpc/svc_auth.h \ 21 rpc/types.h rpc/xdr.h 22 INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 23 INCSDIR=/usr/include 24 25 NOOBJ= noobj 26 27 .include <bsd.prog.mk> 28