summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-11-23 05:28:42 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-11-23 05:28:42 +0000
commitac81350488ae813bef522e7a77670e44d813373d (patch)
treeabf7cca912e0849ce027a4ee5f9b8dd62ae2f4d1 /usr.bin
parent8c3ed8ca62cd389ca0c2af794411f1306efa757f (diff)
less builds its programs one level lower, so we need a Makefile.inc here
to get -Werror-implicit-function-declaration as in ../Makefile.inc
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/less/Makefile.inc b/usr.bin/less/Makefile.inc
new file mode 100644
index 00000000000..40bd04da612
--- /dev/null
+++ b/usr.bin/less/Makefile.inc
@@ -0,0 +1 @@
+COPTS+=-Werror-implicit-function-declaration