Source code of Windows XP (NT5)
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.

27 lines
457 B

  1. MIBCC=mibcc.exe
  2. # wins.mib must come before dhcp.mib
  3. #
  4. MIB_COMPONENTS=\
  5. accserv.mib \
  6. acs.mib \
  7. authserv.mib \
  8. wins.mib \
  9. dhcp.mib \
  10. ftp.mib \
  11. gopherd.mib \
  12. hostmib.mib \
  13. http.mib \
  14. igmpv2.mib \
  15. inetsrv.mib \
  16. ipforwd.mib \
  17. lmmib2.mib \
  18. mcastmib.mib \
  19. mib_ii.mib \
  20. mipx.mib \
  21. mripsap.mib \
  22. msft.mib \
  23. printmib.mib \
  24. $(O)\mib.bin: $(MIB_COMPONENTS)
  25. $(MIBCC) -o$(O)\mib.bin $**