mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-22 12:29:13 -04:00
11 lines
169 B
Makefile
11 lines
169 B
Makefile
# $Id: error.mk,v 1.1 2014/08/21 13:44:51 apb Exp $
|
|
|
|
.info just FYI
|
|
.warning this could be serious
|
|
.error this is fatal
|
|
|
|
all:
|
|
|
|
.info.html:
|
|
@echo this should be ignored
|