Makefile.powerpc revision 133653
178388Sbenno# Makefile.powerpc -- with config changes.
24Srgrimes# Copyright 1990 W. Jolitz
3509Srgrimes#	from: @(#)Makefile.i386	7.1 5/10/91
450477Speter# $FreeBSD: head/sys/conf/Makefile.powerpc 133653 2004-08-13 14:30:26Z ru $
54Srgrimes#
6509Srgrimes# Makefile for FreeBSD
7509Srgrimes#
84Srgrimes# This makefile is constructed from a machine description:
94Srgrimes#	config machineid
104Srgrimes# Most changes should be made in the machine description
1178388Sbenno#	/sys/powerpc/conf/``machineid''
124Srgrimes# after which you should do
134Srgrimes#	 config machineid
144Srgrimes# Generic makefile changes should be made in
1585532Sru#	/sys/conf/Makefile.powerpc
164Srgrimes# after which config should be rerun for all machines.
174Srgrimes#
184Srgrimes
1930640Speter# Which version of config(8) is required.
20129075Scognet%VERSREQ=	500013
2130640Speter
2278388Sbenno# Temporary stuff while we're still embryonic
2378388SbennoNO_MODULES?=	yes
2478388Sbenno
2527674SphkSTD8X16FONT?=	iso
2627674Sphk
2752651Smarcel.if !defined(S)
282056Swollman.if exists(./@/.)
292056SwollmanS=	./@
302056Swollman.else
3179014SimpS=	../../..
322056Swollman.endif
3352651Smarcel.endif
3485909Simp.include "$S/conf/kern.pre.mk"
354Srgrimes
36133653SruCFLAGS+= -msoft-float
3786295Sbenno
385327Sgibbs%BEFORE_DEPEND
395327Sgibbs
404Srgrimes%OBJS
414Srgrimes
4269135Speter%FILES.c
434Srgrimes
4469135Speter%FILES.s
4511918Sdg
4669135Speter%FILES.m
4738778Snsouch
486802Sgibbs%CLEAN
496802Sgibbs
5086276Simp%RULES
5186276Simp
5285909Simp.include "$S/conf/kern.post.mk"
53