aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2010-03-27 17:14:55 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2010-03-27 17:14:55 +0000
commit1a52f90b23510c52e756c1c5c6f60e5cc60c3213 (patch)
treef6ac55f17c699e37dc8425e5e3f0c22fee80f06e /sys
parentcbd7567e6bdda5be484e72c4308daf4d3439b1ba (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/Makefile2
-rw-r--r--sys/i386/conf/Makefile2
-rw-r--r--sys/ia64/conf/Makefile2
-rw-r--r--sys/pc98/conf/Makefile2
-rw-r--r--sys/powerpc/conf/Makefile2
-rw-r--r--sys/sparc64/conf/Makefile2
-rw-r--r--sys/sun4v/conf/Makefile2
7 files changed, 14 insertions, 0 deletions
diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile
index 2c006e9c2c80..1d2513f2abfb 100644
--- a/sys/amd64/conf/Makefile
+++ b/sys/amd64/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=amd64
+
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile
index 2c006e9c2c80..e04b0abe62f9 100644
--- a/sys/i386/conf/Makefile
+++ b/sys/i386/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=i386
+
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/ia64/conf/Makefile b/sys/ia64/conf/Makefile
index 2c006e9c2c80..122a7d09c252 100644
--- a/sys/ia64/conf/Makefile
+++ b/sys/ia64/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=ia64
+
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile
index 2c006e9c2c80..dabcd9a48a54 100644
--- a/sys/pc98/conf/Makefile
+++ b/sys/pc98/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=pc98
+
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/powerpc/conf/Makefile b/sys/powerpc/conf/Makefile
index 2c006e9c2c80..562bc4693cde 100644
--- a/sys/powerpc/conf/Makefile
+++ b/sys/powerpc/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=powerpc
+
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/sparc64/conf/Makefile b/sys/sparc64/conf/Makefile
index 2c006e9c2c80..b0b5857849c4 100644
--- a/sys/sparc64/conf/Makefile
+++ b/sys/sparc64/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=sparc64
+
.include "${.CURDIR}/../../conf/makeLINT.mk"
diff --git a/sys/sun4v/conf/Makefile b/sys/sun4v/conf/Makefile
index 2c006e9c2c80..1c33841c2489 100644
--- a/sys/sun4v/conf/Makefile
+++ b/sys/sun4v/conf/Makefile
@@ -1,3 +1,5 @@
# $FreeBSD$
+TARGET=sun4v
+
.include "${.CURDIR}/../../conf/makeLINT.mk"