Makefile.i386 752 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Makefile.i386 -- with config changes.
  2. # Copyright 1990 W. Jolitz
  3. # Makefile for FreeBSD
  4. #
  5. # This makefile is constructed from a machine description:
  6. # config machineid
  7. # Most changes should be made in the machine description
  8. # /sys/i386/conf/``machineid''
  9. # after which you should do
  10. # config machineid
  11. # Generic makefile changes should be made in
  12. # /sys/conf/Makefile.i386
  13. # after which config should be rerun for all machines.
  14. #
  15. # Which version of config(8) is required.
  16. %VERSREQ= 600012
  17. STD8X16FONT?= iso
  18. .if !defined(S)
  19. .if exists(./@/.)
  20. S= ./@
  21. .else
  22. S= ../../..
  23. .endif
  24. .endif
  25. .include "$S/conf/kern.pre.mk"
  26. INCLUDES+= -I$S/contrib/libfdt
  27. %BEFORE_DEPEND
  28. %OBJS
  29. %FILES.c
  30. %FILES.s
  31. %FILES.m
  32. %CLEAN
  33. %RULES
  34. .include "$S/conf/kern.post.mk"