Deleted Added
full compact
Makefile.ia64 (66600) Makefile.ia64 (67109)
1# Makefile.ia64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: src/sys/conf/Makefile.alpha,v 1.76
1# Makefile.ia64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: src/sys/conf/Makefile.alpha,v 1.76
4# $FreeBSD: head/sys/conf/Makefile.ia64 66600 2000-10-03 20:05:36Z obrien $
4# $FreeBSD: head/sys/conf/Makefile.ia64 67109 2000-10-14 08:33:22Z phk $
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/alpha/conf/``machineid''
12# after which you should do

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

22 -ansi
23CC= ia64-unknown-linux-gcc -D__FreeBSD__ -U__linux__
24LD= ia64-unknown-linux-ld
25SIZE= ia64-unknown-linux-size
26OBJCOPY= ia64-unknown-linux-objcopy
27MACHINE_ARCH= ia64
28
29# Which version of config(8) is required.
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/alpha/conf/``machineid''
12# after which you should do

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

22 -ansi
23CC= ia64-unknown-linux-gcc -D__FreeBSD__ -U__linux__
24LD= ia64-unknown-linux-ld
25SIZE= ia64-unknown-linux-size
26OBJCOPY= ia64-unknown-linux-objcopy
27MACHINE_ARCH= ia64
28
29# Which version of config(8) is required.
30%VERSREQ= 500003
30%VERSREQ= 500004
31
32# Can be overridden by makeoptions or /etc/make.conf
33KERNEL_KO?= kernel
34KERNEL?= kernel
35KODIR?= /boot/${KERNEL}
36STD8X16FONT?= iso
37
38.if !defined(S)

--- 302 unchanged lines hidden ---
31
32# Can be overridden by makeoptions or /etc/make.conf
33KERNEL_KO?= kernel
34KERNEL?= kernel
35KODIR?= /boot/${KERNEL}
36STD8X16FONT?= iso
37
38.if !defined(S)

--- 302 unchanged lines hidden ---