summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/Makefile
blob: 674f686215bfb7ea19c2b045f18430a00c06543d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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}
OpenPOWER on IntegriCloud