Deleted Added
full compact
Makefile.powerpc (109673) Makefile.powerpc (111684)
1# Makefile.powerpc -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.powerpc -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.powerpc 109673 2003-01-22 01:34:10Z grehan $
4# $FreeBSD: head/sys/conf/Makefile.powerpc 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/powerpc/conf/``machineid''
12# after which you should do

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

30.else
31S= ../../..
32.endif
33.endif
34.include "$S/conf/kern.pre.mk"
35
36COPTS+= -msoft-float
37
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/powerpc/conf/``machineid''
12# after which you should do

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

30.else
31S= ../../..
32.endif
33.endif
34.include "$S/conf/kern.pre.mk"
35
36COPTS+= -msoft-float
37
38SYSTEM_SFILES= $S/$M/$M/locore.S
39
40%BEFORE_DEPEND
41
42%OBJS
43
44%FILES.c
45
46%FILES.s
47
48%FILES.m
49
50%CLEAN
51
52locore.o: $S/$M/$M/locore.S assym.s
53 ${NORMAL_S}
54
55%RULES
56
57.include "$S/conf/kern.post.mk"
38%BEFORE_DEPEND
39
40%OBJS
41
42%FILES.c
43
44%FILES.s
45
46%FILES.m
47
48%CLEAN
49
50locore.o: $S/$M/$M/locore.S assym.s
51 ${NORMAL_S}
52
53%RULES
54
55.include "$S/conf/kern.post.mk"