mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +01:00
b7946da96b
Also add some missing $FreeBSD$ to keep svn happy.
13 lines
175 B
Makefile
13 lines
175 B
Makefile
# $FreeBSD$
|
|
|
|
LSDIR= ${.CURDIR}/../../contrib/less
|
|
.PATH: ${LSDIR}
|
|
|
|
CFLAGS+=-I${.CURDIR}/../less -I${LSDIR}
|
|
WARNS?= 1
|
|
|
|
.SUFFIXES: .nro .1
|
|
|
|
.nro.1:
|
|
cat ${.IMPSRC} > ${.TARGET}
|