BSDmakefile 119 B

12345678910
  1. # BSDmakefile
  2. # just a quick redirect to gmake
  3. GMAKE=gmake
  4. all:
  5. ${GMAKE} ${MAKEFLAGS} ${.TARGETS}
  6. ${.TARGETS}: all