freebsd-dev/usr.bin/less/Makefile.common
Jun Kuriyama 3a624f5e23 Use
cat ${.ALLSRC} > ${.TARGET}
rather than
	ln -sf ${.ALLSRC} ${.TARGET}
not to depends on absolute-path of symbolic links.

Commented by:  marcel, obrien, bde
2003-06-06 13:46:55 +00:00

12 lines
165 B
Makefile

# $FreeBSD$
LSDIR= ${.CURDIR}/../../contrib/less
.PATH: ${LSDIR}
CFLAGS+=-I${.CURDIR}/../less -I${LSDIR}
.SUFFIXES: .nro .1
.nro.1:
cat ${.IMPSRC} > ${.TARGET}