]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/less/Makefile.common
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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}