Deleted Added
full compact
Makefile.pc98 (38727) Makefile.pc98 (38833)
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# $Id: Makefile.pc98,v 1.35 1998/08/28 12:48:38 kato Exp $
6# $Id: Makefile.pc98,v 1.36 1998/09/01 07:18:09 kato Exp $
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
15# config machineid
16# Generic makefile changes should be made in
17# /sys/i386/conf/Makefile.i386
18# after which config should be rerun for all machines.
19#
20
21# Which version of config(8) is required.
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
15# config machineid
16# Generic makefile changes should be made in
17# /sys/i386/conf/Makefile.i386
18# after which config should be rerun for all machines.
19#
20
21# Which version of config(8) is required.
22%VERSREQ= 300005
22%VERSREQ= 300006
23
24KERNFORMAT?= aout
25
26#STD8X16FONT?= iso
27
28.if exists(./@/.)
29S= ./@
30.else

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

109%BEFORE_DEPEND
110
111%OBJS
112
113%CFILES
114
115%SFILES
116
23
24KERNFORMAT?= aout
25
26#STD8X16FONT?= iso
27
28.if exists(./@/.)
29S= ./@
30.else

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

109%BEFORE_DEPEND
110
111%OBJS
112
113%CFILES
114
115%SFILES
116
117%MFILES
118
117%LOAD
118
119%CLEAN
120
121clean:
122 rm -f *.o *.s eddep errs genassym gensetdefs kernel linterrs \
123 makelinks param.c setdefs.h symbols.exclude symbols.sort tags \
124 vers.c vnode_if.c vnode_if.h ${CLEAN}

--- 127 unchanged lines hidden ---
119%LOAD
120
121%CLEAN
122
123clean:
124 rm -f *.o *.s eddep errs genassym gensetdefs kernel linterrs \
125 makelinks param.c setdefs.h symbols.exclude symbols.sort tags \
126 vers.c vnode_if.c vnode_if.h ${CLEAN}

--- 127 unchanged lines hidden ---