summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.arm
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2004-05-14 11:49:40 +0000
committercognet <cognet@FreeBSD.org>2004-05-14 11:49:40 +0000
commite4128057bf0b3a0bec04499098adea3cc557138f (patch)
tree245a6c564eeb3e1ce92e94fcaf2d222a2a54549f /sys/conf/Makefile.arm
parent295dcdd68788bc2248ebf4ab1df93d68da49b711 (diff)
downloadFreeBSD-src-e4128057bf0b3a0bec04499098adea3cc557138f.zip
FreeBSD-src-e4128057bf0b3a0bec04499098adea3cc557138f.tar.gz
Add config magic for arm.
Diffstat (limited to 'sys/conf/Makefile.arm')
-rw-r--r--sys/conf/Makefile.arm51
1 files changed, 51 insertions, 0 deletions
diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm
new file mode 100644
index 0000000..998d296
--- /dev/null
+++ b/sys/conf/Makefile.arm
@@ -0,0 +1,51 @@
+# Makefile.arm -- 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/powerpc/conf/``machineid''
+# after which you should do
+# config machineid
+# Generic makefile changes should be made in
+# /sys/conf/Makefile.powerpc
+# after which config should be rerun for all machines.
+#
+
+# Which version of config(8) is required.
+%VERSREQ= 500013
+
+# Temporary stuff while we're still embryonic
+NO_MODULES?= yes
+
+STD8X16FONT?= iso
+
+.if !defined(S)
+.if exists(./@/.)
+S= ./@
+.else
+S= ../../..
+.endif
+.endif
+.include "$S/conf/kern.pre.mk"
+
+
+%BEFORE_DEPEND
+
+%OBJS
+
+%FILES.c
+
+%FILES.s
+
+%FILES.m
+
+%CLEAN
+
+%RULES
+
+.include "$S/conf/kern.post.mk"
OpenPOWER on IntegriCloud