[READ-ONLY] Mirror of https://github.com/VibeDevelopers/atheme. Modified fork of atheme IRC Services www.vibetalk.net/
0

Configure Feed

Select the types of activity you want to include in your feed.

Add a stub BSDmakefile that redirects to gmake.

Jilles Tjoelker (Jan 30, 2013, 1:12 AM +0100) 5a3a2fc5 76b468d7

+10
+10
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}