]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/less/Makefile.common
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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}