freebsd-dev/sys/sun4v/conf/Makefile
Bjoern A. Zeeb 1a52f90b23 MFC r201813:
In sys/<arch>/conf/Makefile set TARGET to <arch>. That allows
  sys/conf/makeLINT.mk to only do certain things for certain
  architectures.

  Note that neither arm nor mips have the Makefile there, thus
  essentially not (yet) supporting LINT.  This would enable them
  do add special treatment to sys/conf/makeLINT.mk as well chosing
  one of the many configurations as LINT.
2010-03-27 17:14:55 +00:00

6 lines
72 B
Makefile

# $FreeBSD$
TARGET=sun4v
.include "${.CURDIR}/../../conf/makeLINT.mk"