head	1.2;
access;
symbols
	RELENG_9_1_0_RELEASE:1.1.2.2.2.2
	RELENG_9_1:1.1.2.2.0.2
	RELENG_9_1_BP:1.1.2.2
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.52.54;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.05.23.17.10.22;	author kib;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2012.06.11.21.40.02;	author kib;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.06.11.21.40.02;	author kib;	state Exp;
branches
	1.1.2.2.2.1;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.11.37.16;	author svnexp;	state Exp;
branches;
next	1.1.2.4;

1.1.2.4
date	2014.03.14.13.01.50;	author svnexp;	state Exp;
branches;
next	;

1.1.2.2.2.1
date	2012.08.05.23.54.33;	author kensmith;	state Exp;
branches;
next	1.1.2.2.2.2;

1.1.2.2.2.2
date	2012.11.17.08.48.04;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/sys/modules/drm2/Makefile 235847 2012-05-23 17:10:22Z kib $

.include <bsd.own.mk>

SUBDIR = \
	drm2 \
	i915kms

.include <bsd.subdir.mk>
@


1.1
log
@SVN rev 235847 on 2012-05-23 17:10:22Z by kib

The drm2 modules makefiles commit.
Still not attached to the build.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 month
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2012-06-11 21:40:31 +0000
@
text
@d1 9
@


1.1.2.2
log
@SVN rev 236929 on 2012-06-11 21:40:02Z by kib

MFC r235847:
The drm2 modules makefiles commit.
@
text
@a0 9
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR = \
	drm2 \
	i915kms

.include <bsd.subdir.mk>
@


1.1.2.3
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 242902
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r242902 | dteske | 2012-11-11 23:29:45 +0000 (Sun, 11 Nov 2012) | 10 lines
## SVN ##
## SVN ## Fix a regression introduced by SVN r211417 that saw the breakage of a feature
## SVN ## documented in usr.sbin/sysinstall/help/shortcuts.hlp (reproduced below):
## SVN ##
## SVN ## If /usr/sbin/sysinstall is linked to another filename, say
## SVN ## `/usr/local/bin/configPackages', then the basename will be used
## SVN ## as an implicit command name.
## SVN ##
## SVN ## Reviewed by:	adrian (co-mentor)
## SVN ## Approved by:	adrian (co-mentor)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/Makefile 235847 2012-05-23 17:10:22Z kib $
@


1.1.2.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/263170
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
# $FreeBSD: stable/9/sys/modules/drm2/Makefile 263170 2014-03-14 12:37:42Z dumbbell $
a4 16
.if ${MACHINE_CPUARCH} == "amd64"
_radeonkms=	radeonkms
. if ${MK_SOURCELESS_UCODE} != "no"
_radeonkmsfw=	radeonkmsfw
. endif
.endif

.if ${MACHINE_CPUARCH} == "i386"
. if ${MACHINE} != "pc98"
_radeonkms=	radeonkms
.  if ${MK_SOURCELESS_UCODE} != "no"
_radeonkmsfw=	radeonkmsfw
.  endif
. endif
.endif

d7 1
a7 3
	i915kms \
	${_radeonkms} \
	${_radeonkmsfw}
@


1.1.2.2.2.1
log
@SVN rev 239080 on 2012-08-05 23:54:33Z by kensmith

Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.

Approved by:	re (implicit)
@
text
@@


1.1.2.2.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: releng/9.1/sys/modules/drm2/Makefile 235847 2012-05-23 17:10:22Z kib $
@


