181084Sjake# Makefile.sparc64 -- with config changes.
281084Sjake# Copyright 1990 W. Jolitz
381084Sjake#	from: @(#)Makefile.i386	7.1 5/10/91
481084Sjake# $FreeBSD$
581084Sjake#
681084Sjake# Makefile for FreeBSD
781084Sjake#
881084Sjake# This makefile is constructed from a machine description:
981084Sjake#	config machineid
1081084Sjake# Most changes should be made in the machine description
1181084Sjake#	/sys/sparc64/conf/``machineid''
1281084Sjake# after which you should do
1381084Sjake#	 config machineid
1481084Sjake# Generic makefile changes should be made in
1585532Sru#	/sys/conf/Makefile.sparc64
1681084Sjake# after which config should be rerun for all machines.
1781084Sjake#
1881084Sjake
1981084Sjake# Which version of config(8) is required.
20169612Swkoszek%VERSREQ=	600004
2181084Sjake
2281084SjakeSTD8X16FONT?=	iso
2381084Sjake
2481084Sjake.if !defined(S)
2581084Sjake.if exists(./@/.)
2681084SjakeS=	./@
2781084Sjake.else
2881084SjakeS=	../../..
2981084Sjake.endif
3081084Sjake.endif
3185909Simp.include "$S/conf/kern.pre.mk"
3281084Sjake
33111684SruMDOBJS=	exception.o interrupt.o
3481084Sjake
3581084Sjake%BEFORE_DEPEND
3681084Sjake
3781084Sjake%OBJS
3881084Sjake
3981084Sjake%FILES.c
4081084Sjake
4181084Sjake%FILES.s
4281084Sjake
4381084Sjake%FILES.m
4481084Sjake
4581084Sjake%CLEAN
4681084Sjake
4781084Sjake%RULES
4886276Simp
4986276Simp.include "$S/conf/kern.post.mk"
50