116359Sasami# Makefile for FreeBSD(98) after:
216359Sasami#
316359Sasami# Makefile.i386 -- with config changes.
416359Sasami# Copyright 1990 W. Jolitz
516359Sasami#	from: @(#)Makefile.i386	7.1 5/10/91
650477Speter# $FreeBSD$
716359Sasami#
816359Sasami# Makefile for FreeBSD
916359Sasami#
1016359Sasami# This makefile is constructed from a machine description:
1116359Sasami#	config machineid
1216359Sasami# Most changes should be made in the machine description
1385532Sru#	/sys/pc98/conf/``machineid''
1416359Sasami# after which you should do
1516359Sasami#	 config machineid
1616359Sasami# Generic makefile changes should be made in
1785532Sru#	/sys/conf/Makefile.pc98
1816359Sasami# after which config should be rerun for all machines.
1916359Sasami#
2016359Sasami
2130665Skato# Which version of config(8) is required.
22169612Swkoszek%VERSREQ=	600004
2330665Skato
2452651Smarcel.if !defined(S)
2516359Sasami.if exists(./@/.)
2616359SasamiS=	./@
2716359Sasami.else
2879014SimpS=	../../..
2916359Sasami.endif
3052651Smarcel.endif
3185909Simp.include "$S/conf/kern.pre.mk"
3216359Sasami
33154975SnyanMACHINE=pc98
3453689Snyan
35154975SnyanMKMODULESENV+=	MACHINE=${MACHINE}
36154975Snyan
37243452Snyan# XXX: clang integrated-as doesn't grok .codeNN directives yet
38243452SnyanASM_CFLAGS.mpboot.s=		${CLANG_NO_IAS}
39243452SnyanASM_CFLAGS+=			${ASM_CFLAGS.${.IMPSRC:T}}
40243452Snyan
4116359Sasami%BEFORE_DEPEND
4216359Sasami
4316359Sasami%OBJS
4416359Sasami
4569135Speter%FILES.c
4616359Sasami
4769135Speter%FILES.s
4816359Sasami
4969135Speter%FILES.m
5038833Skato
5116359Sasami%CLEAN
5216359Sasami
5386276Simp%RULES
5486276Simp
5585909Simp.include "$S/conf/kern.post.mk"
56