freebsd-dev/sys/amd64/conf/Makefile
Juli Mallett e0cf55e42a Use rm -f in the clean target, as seems to be common practice, and also avoids
errors if no LINT exists.

Submitted by:	dwcjr
2002-06-22 18:16:24 +00:00

11 lines
168 B
Makefile

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