mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
12 lines
198 B
Makefile
12 lines
198 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
all:
|
||
|
|
@echo "make LINT only"
|
||
|
|
|
||
|
|
clean:
|
||
|
|
rm -f LINT
|
||
|
|
|
||
|
|
NOTES= ../../conf/NOTES NOTES
|
||
|
|
LINT: ${NOTES} ../../conf/makeLINT.sed
|
||
|
|
cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed > ${.TARGET}
|