Deleted Added
full compact
Makefile.amd64 (145016) Makefile.amd64 (149863)
1# Makefile.amd64 -- 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.amd64 -- 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 145016 2005-04-13 14:49:57Z imp $
5# $FreeBSD: head/sys/conf/Makefile.amd64 149863 2005-09-07 17:38:46Z obrien $
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/amd64/conf/``machineid''
13# after which you should do

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

27S= ./@
28.else
29S= ../../..
30.endif
31.endif
32.include "$S/conf/kern.pre.mk"
33
34DDB_ENABLED!= grep DDB opt_ddb.h || true
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/amd64/conf/``machineid''
13# after which you should do

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

27S= ./@
28.else
29S= ../../..
30.endif
31.endif
32.include "$S/conf/kern.pre.mk"
33
34DDB_ENABLED!= grep DDB opt_ddb.h || true
35.if ${DDB_ENABLED} != ""
35.if !empty(DDB_ENABLED)
36CFLAGS+= -fno-omit-frame-pointer
37.endif
38
39MKMODULESENV+= MACHINE=amd64
40
41%BEFORE_DEPEND
42
43%OBJS

--- 12 unchanged lines hidden ---
36CFLAGS+= -fno-omit-frame-pointer
37.endif
38
39MKMODULESENV+= MACHINE=amd64
40
41%BEFORE_DEPEND
42
43%OBJS

--- 12 unchanged lines hidden ---