Makefile.common revision 60789
160789Sps# Makefile.common for less
260789Sps#
360789Sps# $FreeBSD: head/usr.bin/less/Makefile.common 60789 2000-05-22 10:00:00Z ps $
460789Sps
560789SpsLSDIR=	${.CURDIR}/../../contrib/less
660789Sps.PATH:	${LSDIR}
760789Sps
860789SpsCFLAGS+=-I. -I${.CURDIR}/../less -I${LSDIR}
960789Sps
1060789Sps.SUFFIXES:	.man .1
1160789Sps
1260789Sps.man.1:
1360789Sps	@${ECHO} Making $@ from $<
1460789Sps	@-rm -f $@
1560789Sps	@cp $< $@
16