freebsd-src/sys/amd64/conf/Makefile
Dag-Erling Smørgrav cff135d87c Join the pissing contest: generate LINT with a single sed(1) command.
Smaller script, smaller (though equivalent) output.
2002-05-02 16:34:47 +00:00

11 lines
165 B
Makefile

# $FreeBSD$
all:
@echo "make LINT only"
clean:
rm LINT
LINT: ../../conf/NOTES NOTES makeLINT.sed
cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT