summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-09-26 20:31:00 +0000
committerphk <phk@FreeBSD.org>2005-09-26 20:31:00 +0000
commit87620dae7558e911f0092874fdc8fd90e4ff933a (patch)
tree4f55db457e21d4349b7ca39ce5dce6880c4d7400 /usr.bin/make/Makefile
parentbedcd4ace8e6c1ce8c4308a2e5dd2e0a92d9ac06 (diff)
downloadFreeBSD-src-87620dae7558e911f0092874fdc8fd90e4ff933a.zip
FreeBSD-src-87620dae7558e911f0092874fdc8fd90e4ff933a.tar.gz
Add a .sinclude directive which does the exact same as .include, except
whine when the file cannot be found and opened.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index ba0d20e..afd065f 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -17,6 +17,8 @@ CFLAGS+=-DMAKE_VERSION=\"5200408120\"
CFLAGS+=-D__FBSDID=__RCSID
.endif
+.sinclude <foobarbarf>
+
# There is no obvious performance improvement currently.
# CFLAGS+=-DUSE_KQUEUE
OpenPOWER on IntegriCloud