Deleted Added
full compact
Makefile.amd64 (101064) Makefile.amd64 (111684)
1# Makefile.x86_64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
1# Makefile.x86_64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
5# $FreeBSD: head/sys/conf/Makefile.amd64 101064 2002-07-31 14:59:05Z jake $
5# $FreeBSD: head/sys/conf/Makefile.amd64 111684 2003-02-28 21:59:14Z ru $
6#
7# Makefile for FreeBSD
8#
9# This makefile is constructed from a machine description:
10# config machineid
11# Most changes should be made in the machine description
12# /sys/x86_64/conf/``machineid''
13# after which you should do

--- 26 unchanged lines hidden (view full) ---

40%FILES.c
41
42%FILES.s
43
44%FILES.m
45
46%CLEAN
47
6#
7# Makefile for FreeBSD
8#
9# This makefile is constructed from a machine description:
10# config machineid
11# Most changes should be made in the machine description
12# /sys/x86_64/conf/``machineid''
13# after which you should do

--- 26 unchanged lines hidden (view full) ---

40%FILES.c
41
42%FILES.s
43
44%FILES.m
45
46%CLEAN
47
48locore.o: $S/$M/$M/locore.s assym.s
49 ${NORMAL_S}
50
51%RULES
52
53.include "$S/conf/kern.post.mk"
48%RULES
49
50.include "$S/conf/kern.post.mk"