Makefile.amd64 revision 99127
199127Sobrien# Makefile.x86_64 -- with config changes.
299127Sobrien# Copyright 1990 W. Jolitz
399127Sobrien#	from: @(#)Makefile.i386	7.1 5/10/91
499127Sobrien#	from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
599127Sobrien# $FreeBSD: head/sys/conf/Makefile.amd64 99127 2002-06-30 08:05:21Z obrien $
699127Sobrien#
799127Sobrien# Makefile for FreeBSD
899127Sobrien#
999127Sobrien# This makefile is constructed from a machine description:
1099127Sobrien#	config machineid
1199127Sobrien# Most changes should be made in the machine description
1299127Sobrien#	/sys/x86_64/conf/``machineid''
1399127Sobrien# after which you should do
1499127Sobrien#	 config machineid
1599127Sobrien# Generic makefile changes should be made in
1699127Sobrien#	/sys/conf/Makefile.x86_64
1799127Sobrien# after which config should be rerun for all machines.
1899127Sobrien#
1999127Sobrien
2099127Sobrien# Which version of config(8) is required.
2199127Sobrien%VERSREQ=	500010
2299127Sobrien
2399127SobrienSTD8X16FONT?=	iso
2499127Sobrien
2599127Sobrien.if !defined(S)
2699127Sobrien.if exists(./@/.)
2799127SobrienS=	./@
2899127Sobrien.else
2999127SobrienS=	../../..
3099127Sobrien.endif
3199127Sobrien.endif
3299127Sobrien.include "$S/conf/kern.pre.mk"
3399127Sobrien
3499127SobrienMKMODULESENV+= MACHINE=x86_64
3599127Sobrien
3699127Sobrien%BEFORE_DEPEND
3799127Sobrien
3899127Sobrien%OBJS
3999127Sobrien
4099127Sobrien%FILES.c
4199127Sobrien
4299127Sobrien%FILES.s
4399127Sobrien
4499127Sobrien%FILES.m
4599127Sobrien
4699127Sobrien%CLEAN
4799127Sobrien
4899127Sobrien%RULES
4999127Sobrien
5099127Sobrien.include "$S/conf/kern.post.mk"
51