mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 09:56:47 -05:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
|
|
LSDIR= ${SRCTOP}/contrib/less
|
|
.PATH: ${LSDIR}
|
|
|
|
CFLAGS+=-I${SRCTOP}/usr.bin/less -I${LSDIR}
|
|
WARNS?= 1
|
|
|
|
.SUFFIXES: .nro .1
|
|
|
|
.nro.1:
|
|
cat ${.IMPSRC} > ${.TARGET}
|