less: silence K&R warns

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Mateusz Guzik 2023-03-16 18:24:12 +00:00
parent de0009f001
commit 3451ed888e

View file

@ -19,5 +19,7 @@ LINKS= ${BINDIR}/less ${BINDIR}/more \
MLINKS= less.1 more.1
CLEANFILES= less.1
CFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}
.include "Makefile.common"
.include <bsd.prog.mk>