]> git.ipfire.org Git - thirdparty/asterisk.git/blob - BSDmakefile
dsp.c: Fix and improve potentially inaccurate log message.
[thirdparty/asterisk.git] / BSDmakefile
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
5 .include "makeopts"
6
7 all::
8 $(MAKE)
9
10 $(.TARGETS)::
11 $(MAKE) $(.TARGETS)