include/sys/Makefile

http://www.minix3.org/ · Makefile · 63 lines · 49 code · 11 blank · 3 comment · 0 complexity · 405912e0241bc835b4cec00664811341 MD5 · raw file

  1. # $NetBSD: Makefile,v 1.126 2010/03/01 21:10:13 darran Exp $
  2. NETBSDINCSDIR= /usr/include
  3. INCSDIR= /usr/include/sys
  4. .include <bsd.sys.mk>
  5. # Present only in minix
  6. INCS+= ioc_net.h statfs.h
  7. INCS+= ansi.h atomic.h \
  8. bitops.h bswap.h \
  9. cdefs.h cdefs_aout.h cdefs_elf.h ctype_bits.h ctype_inline.h \
  10. dirent.h \
  11. endian.h errno.h \
  12. fcntl.h fd_set.h featuretest.h file.h \
  13. float_ieee754.h gcq.h gmon.h hash.h \
  14. ieee754.h inttypes.h ioctl.h ipc.h \
  15. localedef.h \
  16. md4.h md5.h \
  17. mman.h mount.h \
  18. null.h \
  19. param.h poll.h ptrace.h \
  20. ptree.h \
  21. queue.h \
  22. rbtree.h resource.h rmd160.h \
  23. select.h sha1.h \
  24. sha2.h siginfo.h signal.h sigtypes.h \
  25. reboot.h sem.h shm.h socket.h \
  26. stat.h statvfs.h \
  27. sysctl.h stdint.h \
  28. syslimits.h syslog.h \
  29. termios.h time.h times.h \
  30. tree.h ttycom.h ttydefaults.h \
  31. types.h \
  32. ucontext.h ucred.h uio.h un.h unistd.h utsname.h uuid.h \
  33. wait.h
  34. INCSYMLINKS=\
  35. sys/fcntl.h ${NETBSDINCSDIR}/fcntl.h \
  36. sys/poll.h ${NETBSDINCSDIR}/poll.h \
  37. sys/stdint.h ${NETBSDINCSDIR}/stdint.h \
  38. sys/syslog.h ${NETBSDINCSDIR}/syslog.h \
  39. sys/termios.h ${NETBSDINCSDIR}/termios.h \
  40. sys/rmd160.h ${NETBSDINCSDIR}/rmd160.h \
  41. sys/sha1.h ${NETBSDINCSDIR}/sha1.h \
  42. sys/sha2.h ${NETBSDINCSDIR}/sha2.h \
  43. sys/md4.h ${NETBSDINCSDIR}/md4.h \
  44. sys/md5.h ${NETBSDINCSDIR}/md5.h \
  45. sys/exec_elf.h ${NETBSDINCSDIR}/elf.h \
  46. #INCSYMLINKS+= ../soundcard.h ${INCSDIR}/soundcard.h
  47. namei: namei.src gennameih.awk
  48. ${TOOL_AWK} -f gennameih.awk < namei.src
  49. .include <bsd.own.mk>
  50. .include "${MINIXSRCDIR}/common/include/sys/Makefile.inc"
  51. .include <bsd.files.mk>
  52. .include <bsd.kinc.mk>