Deleted Added
full compact
Makefile.powerpc (30265) Makefile.powerpc (30640)
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.i386 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $Id: Makefile.i386,v 1.101 1997/07/25 11:53:20 phk Exp $
4# $Id: Makefile.i386,v 1.102 1997/10/10 09:43:55 peter Exp $
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/i386/conf/``machineid''
12# after which you should do
13# config machineid
14# Generic makefile changes should be made in
15# /sys/i386/conf/Makefile.i386
16# after which config should be rerun for all machines.
17#
18
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/i386/conf/``machineid''
12# after which you should do
13# config machineid
14# Generic makefile changes should be made in
15# /sys/i386/conf/Makefile.i386
16# after which config should be rerun for all machines.
17#
18
19# Which version of config(8) is required.
20%VERSREQ= 300002
21
19BINFORMAT?= aout
20#BINFORMAT?= aoutkld
21#BINFORMAT?= elf
22
23STD8X16FONT?= iso
24
25.if exists(./@/.)
26S= ./@

--- 205 unchanged lines hidden ---
22BINFORMAT?= aout
23#BINFORMAT?= aoutkld
24#BINFORMAT?= elf
25
26STD8X16FONT?= iso
27
28.if exists(./@/.)
29S= ./@

--- 205 unchanged lines hidden ---