freebsd-dev/usr.bin/lessecho/Makefile
John Baldwin 1bd44215d0 less: Silence -Wdeprecated-non-prototype warnings.
This has an active upstream so will presumably be fixed upstream at
some point.

Reviewed by:	emaste
Differential Revision:	https://reviews.freebsd.org/D39525
2023-04-18 11:26:08 -07:00

11 lines
198 B
Makefile

# $FreeBSD$
PROG= lessecho
SRCS= lessecho.c version.c
CLEANFILES= lessecho.1
.include "${SRCTOP}/usr.bin/less/Makefile.common"
.include <bsd.prog.mk>
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}