aboutsummaryrefslogtreecommitdiffstats
path: root/BSDmakefile
blob: de6fc9c4c993410aab18c9c8567b62bd1c9f684d (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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)