1 1.91.2.2 thorpej # $NetBSD: Makefile,v 1.91.2.2 2000/06/20 06:00:33 thorpej Exp $ 2 1.91.2.2 thorpej # @(#)Makefile 8.2 (Berkeley) 1/4/94 3 1.91.2.2 thorpej 4 1.91.2.2 thorpej # Doing a make includes builds /usr/include 5 1.91.2.2 thorpej 6 1.91.2.2 thorpej # Missing: mp.h 7 1.91.2.2 thorpej 8 1.91.2.2 thorpej INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ 9 1.91.2.2 thorpej disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \ 10 1.91.2.2 thorpej getopt.h glob.h grp.h hesiod.h ieeefp.h ifaddrs.h \ 11 1.91.2.2 thorpej iso646.h kvm.h langinfo.h libgen.h \ 12 1.91.2.2 thorpej limits.h link.h link_aout.h link_elf.h locale.h \ 13 1.91.2.2 thorpej login_cap.h malloc.h math.h md4.h \ 14 1.91.2.2 thorpej memory.h mpool.h ndbm.h netconfig.h netdb.h netgroup.h nlist.h \ 15 1.91.2.2 thorpej nl_types.h \ 16 1.91.2.2 thorpej nsswitch.h paths.h pwd.h ranlib.h re_comp.h regex.h regexp.h \ 17 1.91.2.2 thorpej resolv.h rmt.h search.h setjmp.h sgtty.h signal.h stab.h stddef.h \ 18 1.91.2.2 thorpej stdio.h stdlib.h string.h strings.h stringlist.h struct.h sysexits.h \ 19 1.91.2.2 thorpej tar.h time.h ttyent.h tzfile.h ulimit.h unistd.h util.h utime.h \ 20 1.91.2.2 thorpej utmp.h vis.h wchar.h 21 1.91.2.2 thorpej INCS+= arpa/ftp.h arpa/inet.h arpa/nameser.h arpa/telnet.h arpa/tftp.h 22 1.91.2.2 thorpej INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \ 23 1.91.2.2 thorpej protocols/talkd.h protocols/timed.h 24 1.91.2.2 thorpej INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h 25 1.91.2.2 thorpej 26 1.91.2.2 thorpej INCSDIR=/usr/include 27 1.91.2.2 thorpej 28 1.91.2.2 thorpej MKOBJ= no 29 1.91.2.2 thorpej 30 1.91.2.2 thorpej SUBDIR= rpc 31 1.91.2.2 thorpej 32 1.91.2.2 thorpej .include <bsd.prog.mk> 33 1.91.2.2 thorpej .include <bsd.subdir.mk> 34