freebsd-skq/sys/i386/conf/Makefile
obrien d42e7b5cee Move most everything back to a MI NOTES, and use "nodevice" in MD NOTES
Where needed.  Use 'sed' for now in place of "nooptions".  Add a sparc64
MD NOTES.

Reviewed by:	arch@
2003-02-25 20:59:23 +00:00

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}