summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-30 08:05:21 +0000
committerobrien <obrien@FreeBSD.org>2002-06-30 08:05:21 +0000
commitbcd9cd0d4edce72369fe7a3c8829a7eb74604fb1 (patch)
treeef9ffa66227687bcd419ab1760138a75e74ba73b /sys/conf/Makefile.amd64
parent9180e65944d96a4628487ffa9ee055bf68412674 (diff)
downloadFreeBSD-src-bcd9cd0d4edce72369fe7a3c8829a7eb74604fb1.zip
FreeBSD-src-bcd9cd0d4edce72369fe7a3c8829a7eb74604fb1.tar.gz
This is the start of the FreeBSD/x86_64 kernel.
Diffstat (limited to 'sys/conf/Makefile.amd64')
-rw-r--r--sys/conf/Makefile.amd6450
1 files changed, 50 insertions, 0 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
new file mode 100644
index 0000000..33c871e
--- /dev/null
+++ b/sys/conf/Makefile.amd64
@@ -0,0 +1,50 @@
+# Makefile.x86_64 -- with config changes.
+# Copyright 1990 W. Jolitz
+# from: @(#)Makefile.i386 7.1 5/10/91
+# from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
+# $FreeBSD$
+#
+# Makefile for FreeBSD
+#
+# This makefile is constructed from a machine description:
+# config machineid
+# Most changes should be made in the machine description
+# /sys/x86_64/conf/``machineid''
+# after which you should do
+# config machineid
+# Generic makefile changes should be made in
+# /sys/conf/Makefile.x86_64
+# after which config should be rerun for all machines.
+#
+
+# Which version of config(8) is required.
+%VERSREQ= 500010
+
+STD8X16FONT?= iso
+
+.if !defined(S)
+.if exists(./@/.)
+S= ./@
+.else
+S= ../../..
+.endif
+.endif
+.include "$S/conf/kern.pre.mk"
+
+MKMODULESENV+= MACHINE=x86_64
+
+%BEFORE_DEPEND
+
+%OBJS
+
+%FILES.c
+
+%FILES.s
+
+%FILES.m
+
+%CLEAN
+
+%RULES
+
+.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud