Willy Tarreau | af26361 | 2023-05-24 17:06:30 +0200 | [diff] [blame] | 1 | # Makefile stub for FreeBSD, it checks BSDmakefile before Makefile so |
2 | # we can be friendly to the user and tell them to use gmake. | ||||
3 | .BEGIN: | ||||
4 | @echo "Please use GNU make instead. It is often called gmake on BSD systems." | ||||
5 | @echo "Example:" | ||||
6 | @echo ' gmake ${MAKEFLAGS} $(.TARGETS)' | sed -e 's, -J[ ]*[0-9,]*,,' | ||||
7 | @echo | ||||
8 | |||||
9 | all $(.TARGETS): .SILENT | ||||
10 | @- |