summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.sun4v
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-10-05 06:14:28 +0000
committerkmacy <kmacy@FreeBSD.org>2006-10-05 06:14:28 +0000
commit254e1d0b6bedb639a972924d808f2f973fdee694 (patch)
tree2ce4fd76148db8274ba002abbc89af40cb4a4a1f /sys/conf/Makefile.sun4v
parentcb2fdfacbdacc1a7c8bf85059a5fa7ba965a6f28 (diff)
downloadFreeBSD-src-254e1d0b6bedb639a972924d808f2f973fdee694.zip
FreeBSD-src-254e1d0b6bedb639a972924d808f2f973fdee694.tar.gz
placate Grim Reaper with sun4v support
Diffstat (limited to 'sys/conf/Makefile.sun4v')
-rw-r--r--sys/conf/Makefile.sun4v49
1 files changed, 49 insertions, 0 deletions
diff --git a/sys/conf/Makefile.sun4v b/sys/conf/Makefile.sun4v
new file mode 100644
index 0000000..947ec87
--- /dev/null
+++ b/sys/conf/Makefile.sun4v
@@ -0,0 +1,49 @@
+# Makefile.sparc64 -- with config changes.
+# Copyright 1990 W. Jolitz
+# from: @(#)Makefile.i386 7.1 5/10/91
+# $FreeBSD$
+#
+# Makefile for FreeBSD
+#
+# This makefile is constructed from a machine description:
+# config machineid
+# Most changes should be made in the machine description
+# /sys/sparc64/conf/``machineid''
+# after which you should do
+# config machineid
+# Generic makefile changes should be made in
+# /sys/conf/Makefile.sparc64
+# after which config should be rerun for all machines.
+#
+
+# Which version of config(8) is required.
+%VERSREQ= 600004
+
+STD8X16FONT?= iso
+
+.if !defined(S)
+.if exists(./@/.)
+S= ./@
+.else
+S= ../../..
+.endif
+.endif
+.include "$S/conf/kern.pre.mk"
+
+MDOBJS= exception.o interrupt.o
+
+%BEFORE_DEPEND
+
+%OBJS
+
+%FILES.c
+
+%FILES.s
+
+%FILES.m
+
+%CLEAN
+
+%RULES
+
+.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud