Deleted Added
full compact
Makefile.powerpc (78874) Makefile.powerpc (79014)
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 78874 2001-06-27 12:10:25Z benno $
4# $FreeBSD: head/sys/conf/Makefile.powerpc 79014 2001-06-30 06:29:47Z imp $
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

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

27KERNEL?= kernel
28KODIR?= /boot/${KERNEL}
29STD8X16FONT?= iso
30
31.if !defined(S)
32.if exists(./@/.)
33S= ./@
34.else
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

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

27KERNEL?= kernel
28KODIR?= /boot/${KERNEL}
29STD8X16FONT?= iso
30
31.if !defined(S)
32.if exists(./@/.)
33S= ./@
34.else
35S= ../..
35S= ../../..
36.endif
37.endif
38M= ${MACHINE_ARCH}
39
40SIZE?= size
41OBJCOPY?= objcopy
42
43COPTFLAGS?=-O -pipe

--- 307 unchanged lines hidden ---
36.endif
37.endif
38M= ${MACHINE_ARCH}
39
40SIZE?= size
41OBJCOPY?= objcopy
42
43COPTFLAGS?=-O -pipe

--- 307 unchanged lines hidden ---