blob: 76a01af97527fc939a5d72ce3735450a9548976b [file] [log] [blame]
Willy Tarreauaf263612023-05-24 17:06:30 +02001# 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
9all $(.TARGETS): .SILENT
10 @-