CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2014/11/03 05:48:37
Modified files: usr.bin/make : lowparse.c make.1 Log message: introspection feature: ${MAKEFILE_LIST} contains the list of makefiles parsed. name stolen from gmake, from a suggestion from guenther@, to avoid gratuitous confusin. okay guenther@, millert@