mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00: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}
|