BSDmakefile 294 B

123456789101112
  1. # This is a convenience script for systems on which BSD make is the default,
  2. # such that typing 'make' will do what people expect, instead of producing an
  3. # error (due to incompatibilities between BSD make and GNU make).
  4. .include "makeopts"
  5. all::
  6. $(MAKE)
  7. $(.TARGETS)::
  8. $(MAKE) $(.TARGETS)