xref: /freebsd/contrib/bmake/unit-tests/error.mk (revision 4ca50eab86aec8001978a612a42f9ae8388eceab)
1# $Id: error.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
2
3.info just FYI
4.warning this could be serious
5.error this is fatal
6
7all:
8
9.info.html:
10	@echo this should be ignored
11