mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
db29cad815
PR: 199486
11 lines
173 B
Makefile
11 lines
173 B
Makefile
# $Id: error.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
|
|
|
|
.info just FYI
|
|
.warning this could be serious
|
|
.error this is fatal
|
|
|
|
all:
|
|
|
|
.info.html:
|
|
@echo this should be ignored
|