Deleted Added
full compact
Makefile.i386 (101064) Makefile.i386 (111684)
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# $FreeBSD: head/sys/conf/Makefile.i386 101064 2002-07-31 14:59:05Z jake $
4# $FreeBSD: head/sys/conf/Makefile.i386 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/i386/conf/``machineid''
12# after which you should do

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

39%FILES.c
40
41%FILES.s
42
43%FILES.m
44
45%CLEAN
46
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

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

39%FILES.c
40
41%FILES.s
42
43%FILES.m
44
45%CLEAN
46
47locore.o: $S/$M/$M/locore.s assym.s
48 ${NORMAL_S}
49
50%RULES
51
52.include "$S/conf/kern.post.mk"
47%RULES
48
49.include "$S/conf/kern.post.mk"