Deleted Added
full compact
Makefile.sparc64 (111650) Makefile.sparc64 (111684)
1# Makefile.sparc64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.sparc64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.sparc64 111650 2003-02-27 23:02:22Z jake $
4# $FreeBSD: head/sys/conf/Makefile.sparc64 111684 2003-02-28 21:59:14Z ru $
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/sparc64/conf/``machineid''
12# after which you should do

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

25.if exists(./@/.)
26S= ./@
27.else
28S= ../../..
29.endif
30.endif
31.include "$S/conf/kern.pre.mk"
32
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/sparc64/conf/``machineid''
12# after which you should do

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

25.if exists(./@/.)
26S= ./@
27.else
28S= ../../..
29.endif
30.endif
31.include "$S/conf/kern.pre.mk"
32
33SYSTEM_SFILES= $S/$M/$M/locore.S $S/$M/$M/exception.S $S/$M/$M/interrupt.S
34SYSTEM_OBJS= locore.o exception.o interrupt.o vnode_if.o ${OBJS} hints.o \
35 env.o config.o hack.So majors.o
33MDOBJS= exception.o interrupt.o
36
37%BEFORE_DEPEND
38
39%OBJS
40
41%FILES.c
42
43%FILES.s
44
45%FILES.m
46
47%CLEAN
48
34
35%BEFORE_DEPEND
36
37%OBJS
38
39%FILES.c
40
41%FILES.s
42
43%FILES.m
44
45%CLEAN
46
49exception.o: $S/$M/$M/exception.S assym.s
50 ${NORMAL_S}
51
52interrupt.o: $S/$M/$M/interrupt.S assym.s
53 ${NORMAL_S}
54
55locore.o: $S/$M/$M/locore.S assym.s
56 ${NORMAL_S}
57
58%RULES
59
60.include "$S/conf/kern.post.mk"
47%RULES
48
49.include "$S/conf/kern.post.mk"