freebsd-src/usr.bin/lessecho/Makefile
John Baldwin 555b62e1c8 less: Re-enable -Wdeprecated-non-prototype warnings.
These were fixed in the most recent update to contrib/less.
2023-05-25 09:16:20 -07:00

9 lines
152 B
Makefile

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