xref: /netbsd-src/usr.bin/make/unit-tests/error.mk (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1# $Id: error.mk,v 1.1 2014/08/21 13:44:51 apb 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