mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
12 lines
175 B
Makefile
12 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}
|