I was looking through the main makefile in the ports tarball of FreeBSD.
I saw the following include directive:
PORTSTOP= yes
.include <bsd.port.subdir.mk>
index:
@rm -f ${INDEXDIR}/${INDEXFILE}
@cd ${.CURDIR} && make ${INDEXDIR}/${INDEXFILE}
and was wondering why a period was in front of include.
Also, are they using GNU Make in FreeBSD?