Add chmod o-w /usr
[minix3.git] / include / Makefile
blob8ded2bece39471db77f5d27da772db630d2c4925
1 # Doing a make includes builds /usr/include
3 INCS= alloca.h a.out.h ar.h assert.h configfile.h ctype.h \
4 curses.h 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 hgfs.h tzfile.h util.h fetch.h mpool.h ndbm.h db.h poll.h resolv.h \
13 memory.h paths.h complex.h
14 INCS+= arpa/inet.h arpa/nameser.h
15 INCS+= 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
18 INCS+= net/hton.h net/if.h net/ioctl.h net/netlib.h
19 INCS+= net/gen/netdb.h net/gen/resolv.h net/gen/nameser.h
20 INCS+= netinet/if_ether.h netinet/in.h netinet/tcp.h
22 .include <bsd.own.mk>
24 INCSDIR= /usr/include
26 .include "${MINIXSRCDIR}/common/include/Makefile.inc"
27 .include "${MINIXSRCDIR}/common/include/Makefile.termios.inc"
29 SUBDIR= sys arch
31 .include <bsd.prog.mk>
32 .include <bsd.subdir.mk>