mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04: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}
|