mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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}
|