summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/Makefile.common
blob: cffb85a1f30bc101fcb97519ec9362ac84c51594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

LSDIR=	${.CURDIR}/../../contrib/less
.PATH:	${LSDIR}

CFLAGS+=-I${.CURDIR}/../less -I${LSDIR}
WARNS?=	1

.SUFFIXES: .nro .1

.nro.1:
	cat ${.IMPSRC} > ${.TARGET}
OpenPOWER on IntegriCloud