mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
less: silence K&R warns
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
de0009f001
commit
3451ed888e
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue