mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 22:36:24 +01:00
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
|