mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
e653b48c80
OK'ed by: core
9 lines
133 B
Makefile
9 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= lessecho
|
|
SRCS= lessecho.c version.c
|
|
NO_MAN=
|
|
|
|
.include "${.CURDIR}/../less/Makefile.common"
|
|
.include <bsd.prog.mk>
|