81ae6b6341
and $< and $@ are even documented as deprecated.
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
LSDIR= ${.CURDIR}/../../contrib/less
|
|
.PATH: ${LSDIR}
|
|
|
|
CFLAGS+=-I${.CURDIR}/../less -I${LSDIR}
|
|
|
|
.SUFFIXES: .nro .1
|
|
|
|
.nro.1:
|
|
ln -s ${.IMPSRC} ${.TARGET}
|