]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/less/Makefile.common
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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}