Deleted Added
full compact
Makefile.powerpc (144510) Makefile.powerpc (144966)
1# Makefile.powerpc -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.powerpc -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.powerpc 144510 2005-04-01 22:56:10Z imp $
4# $FreeBSD: head/sys/conf/Makefile.powerpc 144966 2005-04-12 22:07:11Z vkashyap $
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/powerpc/conf/``machineid''
12# after which you should do

--- 33 unchanged lines hidden (view full) ---

46%FILES.s
47
48%FILES.m
49
50%CLEAN
51
52%RULES
53
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/powerpc/conf/``machineid''
12# after which you should do

--- 33 unchanged lines hidden (view full) ---

46%FILES.s
47
48%FILES.m
49
50%CLEAN
51
52%RULES
53
54CFLAGS+=-I/sys/dev/twa
55
54.include "$S/conf/kern.post.mk"
56.include "$S/conf/kern.post.mk"