Makefile.amd64 revision 115170
1259426Sgjb# Makefile.amd64 -- with config changes.
2259426Sgjb# Copyright 1990 W. Jolitz
3259426Sgjb#	from: @(#)Makefile.i386	7.1 5/10/91
4259426Sgjb#	from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
5259426Sgjb# $FreeBSD: head/sys/conf/Makefile.amd64 115170 2003-05-19 22:15:30Z peter $
6259426Sgjb#
7259426Sgjb# Makefile for FreeBSD
8259426Sgjb#
9259426Sgjb# This makefile is constructed from a machine description:
10259426Sgjb#	config machineid
11259426Sgjb# Most changes should be made in the machine description
12259426Sgjb#	/sys/amd64/conf/``machineid''
13266658Sgjb# after which you should do
14266658Sgjb#	 config machineid
15266658Sgjb# Generic makefile changes should be made in
16266658Sgjb#	/sys/conf/Makefile.amd64
17# after which config should be rerun for all machines.
18#
19
20# Which version of config(8) is required.
21%VERSREQ=	500012
22
23STD8X16FONT?=	iso
24
25.if !defined(S)
26.if exists(./@/.)
27S=	./@
28.else
29S=	../../..
30.endif
31.endif
32.include "$S/conf/kern.pre.mk"
33
34MKMODULESENV+= MACHINE=amd64
35
36%BEFORE_DEPEND
37
38%OBJS
39
40%FILES.c
41
42%FILES.s
43
44%FILES.m
45
46%CLEAN
47
48%RULES
49
50.include "$S/conf/kern.post.mk"
51