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