]> jfr.im git - irc/atheme/libmowgli-2.git/blob - BSDmakefile
src/libmowgli/eventloop/helper: trampoline: ensure fds are valid
[irc/atheme/libmowgli-2.git] / BSDmakefile
1 # This BSDmakefile redirects to GNU make.
2
3 all: .DEFAULT
4 .DEFAULT:
5 @case ${MAKE} in \
6 gmake|*/gmake) \
7 echo "BSDmakefile run using gmake??"; \
8 exit 1;; \
9 esac
10 gmake ${.MAKEFLAGS} ${.TARGETS}