freebsd-dev/sys/i386/conf/Makefile
Warner Losh 0d89c934cb Start to split out the really x86 specific NOTES from the global notes file.
Start with COMPAT_43, since it's really only relevant to x86.

Reviewed by: jhb@
Differential Revision: https://reviews.freebsd.org/D21203
2019-08-12 22:58:13 +00:00

7 lines
110 B
Makefile

# $FreeBSD$
TARGET=i386
NOTES= ${.CURDIR}/../../x86/conf/NOTES
.include "${.CURDIR}/../../conf/makeLINT.mk"