Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.7 KiB

20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
20 years ago
  1. vers(__file__,
  2. {-$OpenBSD: MAKEDEV.md,v 1.9 2005/01/02 20:07:57 kettenis Exp $-},
  3. etc.MACHINE)dnl
  4. dnl
  5. dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
  6. dnl All rights reserved.
  7. dnl
  8. dnl Redistribution and use in source and binary forms, with or without
  9. dnl modification, are permitted provided that the following conditions
  10. dnl are met:
  11. dnl 1. Redistributions of source code must retain the above copyright
  12. dnl notice, this list of conditions and the following disclaimer.
  13. dnl 2. The name of the author may not be used to endorse or promote products
  14. dnl derived from this software without specific prior written permission.
  15. dnl
  16. dnl THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  17. dnl INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  18. dnl AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  19. dnl THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  20. dnl EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  21. dnl PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
  22. dnl OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  23. dnl WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  24. dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  25. dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  26. dnl
  27. dnl
  28. _TITLE(make)
  29. _DEV(all)
  30. _DEV(ramd)
  31. _DEV(std)
  32. _DEV(local)
  33. _TITLE(dis)
  34. _DEV(ccd, 23, 6)
  35. _DEV(cd, 8, 3)
  36. _DEV(rd, 22, 8)
  37. _DEV(sd, 9, 0)
  38. _DEV(vnd, 11, 2)
  39. _DEV(wd, 18, 4)
  40. _TITLE(tap)
  41. _DEV(ch, 36)
  42. _DEV(st, 10, 10)
  43. _TITLE(term)
  44. _DEV(com, 17)
  45. _TITLE(pty)
  46. _DEV(ptm, 52)
  47. _DEV(pty, 5)
  48. _DEV(tty, 4)
  49. _TITLE(cons)
  50. _DEV(wscons)
  51. _DEV(wsdisp, 25)
  52. _DEV(wskbd, 26)
  53. _DEV(wsmux, 28)
  54. _TITLE(point)
  55. _DEV(wsmouse, 27)
  56. _TITLE(spec)
  57. _DEV(au, 44)
  58. _DEV(bpf, 12)
  59. _DEV(cry, 47)
  60. _DEV(fdesc, 7)
  61. dnl _DEV(lkm)
  62. _DEV(pci, 29)
  63. _DEV(pf, 31)
  64. _DEV(rnd, 33)
  65. _DEV(ss, 34)
  66. _DEV(systrace, 50)
  67. _DEV(tun, 13)
  68. _DEV(uk, 32)
  69. _DEV(xfs, 51)
  70. dnl
  71. divert(__mddivert)dnl
  72. dnl
  73. _std(2, 3, 35, 1, 6)
  74. ;;
  75. dnl
  76. dnl *** sgi specific targets
  77. dnl
  78. target(all, ses, 0)dnl
  79. target(all, ch, 0)dnl
  80. target(all, ss, 0, 1)dnl
  81. target(all, xfs, 0)dnl
  82. dnl twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
  83. dnl twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
  84. target(all, pty, 0, 1, 2)dnl
  85. target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
  86. target(all, tun, 0, 1, 2, 3)dnl
  87. target(all, xy, 0, 1, 2, 3)dnl
  88. target(all, rd, 0)dnl
  89. target(all, cd, 0, 1)dnl
  90. target(all, sd, 0, 1, 2, 3, 4)dnl
  91. target(all, vnd, 0, 1, 2, 3)dnl
  92. target(all, ccd, 0, 1, 2, 3)dnl
  93. target(ramd, sd, 0, 1, 2, 3, 4)dnl
  94. target(ramd, wd, 0, 1, 2, 3, 4)dnl
  95. target(ramd, st, 0, 1)dnl
  96. target(ramd, cd, 0, 1)dnl)dnl
  97. target(ramd, rd, 0)dnl
  98. target(ramd, tty0, 0, 1)dnl
  99. target(ramd, pty, 0)dnl