1# Doing a make includes builds /usr/include 2 3INCS= alloca.h a.out.h ar.h assert.h configfile.h ctype.h \ 4 dirent.h env.h err.h errno.h fcntl.h fenv.h \ 5 float.h fnmatch.h fts.h getopt.h glob.h grp.h ifaddrs.h \ 6 inttypes.h libgen.h libutil.h limits.h locale.h \ 7 mathconst.h math.h midiparser.h netdb.h pwd.h regex.h \ 8 regexp.h setjmp.h sgtty.h signal.h stdarg.h stddef.h \ 9 stdint.h stdbool.h stdio.h stdlib.h string.h strings.h sysexits.h \ 10 syslog.h tar.h termcap.h time.h timers.h tools.h \ 11 ttyent.h ucontext.h unistd.h utime.h utmp.h wchar.h wctype.h \ 12 tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h resolv.h \ 13 memory.h paths.h complex.h 14INCS+= arpa/inet.h arpa/nameser.h 15INCS+= minix/a.out.h minix/cdrom.h minix/compiler-ack.h minix/dirent.h \ 16 minix/dl_eth.h minix/md5.h minix/sha1.h minix/sha2.h minix/types.h 17 18INCS+= net/hton.h net/if.h net/ioctl.h net/netlib.h 19INCS+= net/gen/netdb.h net/gen/resolv.h net/gen/nameser.h 20INCS+= netinet/if_ether.h netinet/in.h netinet/tcp.h 21 22.include <bsd.own.mk> 23 24INCSDIR= /usr/include.ack 25 26.include "${MINIXSRCDIR}/common/include/Makefile.inc" 27.include "${MINIXSRCDIR}/common/include/Makefile.termios.inc" 28 29SUBDIR= sys arch 30 31.include <bsd.prog.mk> 32.include <bsd.subdir.mk> 33