Makefile.i386 revision 85909
1283625Sdim# Makefile.i386 -- with config changes.
2283625Sdim# Copyright 1990 W. Jolitz
3353358Sdim#	from: @(#)Makefile.i386	7.1 5/10/91
4353358Sdim# $FreeBSD: head/sys/conf/Makefile.i386 85909 2001-11-02 21:34:20Z imp $
5353358Sdim#
6283625Sdim# Makefile for FreeBSD
7283625Sdim#
8283625Sdim# This makefile is constructed from a machine description:
9283625Sdim#	config machineid
10283625Sdim# Most changes should be made in the machine description
11283625Sdim#	/sys/i386/conf/``machineid''
12283625Sdim# after which you should do
13283625Sdim#	 config machineid
14283625Sdim# Generic makefile changes should be made in
15283625Sdim#	/sys/conf/Makefile.i386
16283625Sdim# after which config should be rerun for all machines.
17283625Sdim#
18283625Sdim
19327952Sdim# Which version of config(8) is required.
20283625Sdim%VERSREQ=	500008
21283625Sdim
22283625SdimSTD8X16FONT?=	iso
23283625Sdim
24283625Sdim.if !defined(S)
25283625Sdim.if exists(./@/.)
26283625SdimS=	./@
27283625Sdim.else
28283625SdimS=	../../..
29283625Sdim.endif
30341825Sdim.endif
31341825Sdim.include "$S/conf/kern.pre.mk"
32283625Sdim
33283625Sdim%BEFORE_DEPEND
34283625Sdim
35283625Sdim%OBJS
36283625Sdim
37283625Sdim%FILES.c
38283625Sdim
39283625Sdim%FILES.s
40283625Sdim
41283625Sdim%FILES.m
42283625Sdim
43283625Sdim%CLEAN
44283625Sdim
45321369Sdim.include "$S/conf/kern.post.mk"
46321369Sdim
47321369Sdim%RULES
48321369Sdim