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

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

40%FILES.c
41
42%FILES.s
43
44%FILES.m
45
46%CLEAN
47
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/pc98/conf/``machineid''
14# after which you should do

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

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