]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/less/Makefile.common
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / less / Makefile.common
1 # $FreeBSD$
2
3 LSDIR=  ${.CURDIR}/../../contrib/less
4 .PATH:  ${LSDIR}
5
6 CFLAGS+=-I${.CURDIR}/../less -I${LSDIR}
7 WARNS?= 1
8
9 .SUFFIXES: .nro .1
10
11 .nro.1:
12         cat ${.IMPSRC} > ${.TARGET}