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

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

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

.SUFFIXES: .nro .1

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