Makefile.amd64 revision 115170
150476Speter# Makefile.amd64 -- with config changes.
213237Sgraichen# Copyright 1990 W. Jolitz
313237Sgraichen#	from: @(#)Makefile.i386	7.1 5/10/91
413237Sgraichen#	from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
513237Sgraichen# $FreeBSD: head/sys/conf/Makefile.amd64 115170 2003-05-19 22:15:30Z peter $
613237Sgraichen#
713237Sgraichen# Makefile for FreeBSD
813237Sgraichen#
913237Sgraichen# This makefile is constructed from a machine description:
1013237Sgraichen#	config machineid
11# Most changes should be made in the machine description
12#	/sys/amd64/conf/``machineid''
13# after which you should do
14#	 config machineid
15# Generic makefile changes should be made in
16#	/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