freebsd-dev/sys/i386/conf/Makefile
John Baldwin dd267672cd First round at trying to split up NOTES into MI and MD portions.
Unfortunately, this level doesn't really provide enough granularity.  We
probably need several MI NOTES type files for things that are shared by
several architectures but not by all.  For example, the PCI options could
live in a NOTES.pci.

This also updates the Makefile for i386 to generate LINT.  The only changes
in the generated LINT are the order of various options.

Suggestions for improvement welcome.
2002-04-03 18:09:17 +00:00

11 lines
156 B
Makefile

# $FreeBSD$
all:
@echo "make LINT only"
clean:
rm LINT
LINT: ../../conf/NOTES NOTES makeLINT.pl
cat ../../conf/NOTES NOTES | perl5 makeLINT.pl > LINT