summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/conf/Makefile')
-rw-r--r--sys/i386/conf/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile
index 674f686..2c006e9 100644
--- a/sys/i386/conf/Makefile
+++ b/sys/i386/conf/Makefile
@@ -1,11 +1,3 @@
# $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}
+.include "${.CURDIR}/../../conf/makeLINT.mk"
OpenPOWER on IntegriCloud