Makefile.i386 revision 87860
142120Sdes# Makefile.i386 -- with config changes.
242120Sdes# Copyright 1990 W. Jolitz
342120Sdes#	from: @(#)Makefile.i386	7.1 5/10/91
442120Sdes# $FreeBSD: head/sys/conf/Makefile.i386 87860 2001-12-14 09:39:29Z peter $
542120Sdes#
642120Sdes# Makefile for FreeBSD
742120Sdes#
842120Sdes# This makefile is constructed from a machine description:
942120Sdes#	config machineid
1042120Sdes# Most changes should be made in the machine description
1142120Sdes#	/sys/i386/conf/``machineid''
1242120Sdes# after which you should do
1342120Sdes#	 config machineid
1442120Sdes# Generic makefile changes should be made in
1542120Sdes#	/sys/conf/Makefile.i386
1642120Sdes# after which config should be rerun for all machines.
1742120Sdes#
1842120Sdes
1942120Sdes# Which version of config(8) is required.
2042120Sdes%VERSREQ=	500009
2142120Sdes
2242120SdesSTD8X16FONT?=	iso
2342120Sdes
2442120Sdes.if !defined(S)
2542120Sdes.if exists(./@/.)
2642120SdesS=	./@
2742120Sdes.else
2848104SyokotaS=	../../..
2942120Sdes.endif
3042120Sdes.endif
3142120Sdes.include "$S/conf/kern.pre.mk"
3242120Sdes
3342120Sdes%BEFORE_DEPEND
3442120Sdes
3542120Sdes%OBJS
3648104Syokota
3748104Syokota%FILES.c
3842120Sdes
3948104Syokota%FILES.s
4048104Syokota
4148104Syokota%FILES.m
4242120Sdes
4342120Sdes%CLEAN
4443673Sdes
4542504Syokota%RULES
4642120Sdes
4742120Sdes.include "$S/conf/kern.post.mk"
4842120Sdes