d42e7b5cee
Where needed. Use 'sed' for now in place of "nooptions". Add a sparc64 MD NOTES. Reviewed by: arch@
12 lines
189 B
Makefile
12 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
all:
|
|
@echo "make LINT only"
|
|
|
|
clean:
|
|
rm -f LINT
|
|
|
|
NOTES= ../../conf/NOTES NOTES
|
|
LINT: ../../conf/makeLINT.sed
|
|
cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed > ${.TARGET}
|