Deleted Added
full compact
Makefile.pc98 (78161) Makefile.pc98 (79014)
1# Makefile for FreeBSD(98) after:
2#
3# Makefile.i386 -- with config changes.
4# Copyright 1990 W. Jolitz
5# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile for FreeBSD(98) after:
2#
3# Makefile.i386 -- with config changes.
4# Copyright 1990 W. Jolitz
5# from: @(#)Makefile.i386 7.1 5/10/91
6# $FreeBSD: head/sys/conf/Makefile.pc98 78161 2001-06-13 10:58:39Z peter $
6# $FreeBSD: head/sys/conf/Makefile.pc98 79014 2001-06-30 06:29:47Z imp $
7#
8# Makefile for FreeBSD
9#
10# This makefile is constructed from a machine description:
11# config machineid
12# Most changes should be made in the machine description
13# /sys/i386/conf/``machineid''
14# after which you should do

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

26KERNEL?= kernel
27KODIR?= /boot/${KERNEL}
28#STD8X16FONT?= iso
29
30.if !defined(S)
31.if exists(./@/.)
32S= ./@
33.else
7#
8# Makefile for FreeBSD
9#
10# This makefile is constructed from a machine description:
11# config machineid
12# Most changes should be made in the machine description
13# /sys/i386/conf/``machineid''
14# after which you should do

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

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

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

--- 309 unchanged lines hidden ---