mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 03:39:02 +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}
|