Files
asterisk/BSDmakefile
T

12 lines
294 B
Makefile
Raw Normal View History

2010-09-06 06:57:18 +00:00
# This is a convenience script for systems on which BSD make is the default,
# such that typing 'make' will do what people expect, instead of producing an
# error (due to incompatibilities between BSD make and GNU make).
.include "makeopts"
all::
$(MAKE)
$(.TARGETS)::
$(MAKE) $(.TARGETS)