Deleted Added
full compact
Makefile.sparc64 (85909) Makefile.sparc64 (86276)
1# Makefile.sparc64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.sparc64 -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: head/sys/conf/Makefile.sparc64 85909 2001-11-02 21:34:20Z imp $
4# $FreeBSD: head/sys/conf/Makefile.sparc64 86276 2001-11-11 20:33:02Z imp $
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/sparc64/conf/``machineid''
12# after which you should do

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

59%FILES.c
60
61%FILES.s
62
63%FILES.m
64
65%CLEAN
66
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/sparc64/conf/``machineid''
12# after which you should do

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

59%FILES.c
60
61%FILES.s
62
63%FILES.m
64
65%CLEAN
66
67.include "$S/conf/kern.post.mk"
68
69#lint: /tmp
70# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
71# $S/$M/$M/Locore.c ${CFILES} | \
72# grep -v 'struct/union .* never defined' | \
73# grep -v 'possible pointer alignment problem'
74
75exception.o: $S/$M/$M/exception.s assym.s
76 ${NORMAL_S}
77
78%RULES
67#lint: /tmp
68# @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} \
69# $S/$M/$M/Locore.c ${CFILES} | \
70# grep -v 'struct/union .* never defined' | \
71# grep -v 'possible pointer alignment problem'
72
73exception.o: $S/$M/$M/exception.s assym.s
74 ${NORMAL_S}
75
76%RULES
77
78.include "$S/conf/kern.post.mk"