summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/Makefile.common
blob: 230a2f97512cf6629ac9eddfec173867f0a07c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Makefile.common for less
#
# $FreeBSD$

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

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

.SUFFIXES:	.man .1

.man.1:
	@${ECHO} Making $@ from $<
	@-rm -f $@
	@cp $< $@
OpenPOWER on IntegriCloud