Leaked source code of windows server 2003
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.

28 lines
503 B

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