Deleted Added
full compact
Makefile.i386 (2464) Makefile.i386 (2514)
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
1# Copyright 1990 W. Jolitz
2# from: @(#)Makefile.i386 7.1 5/10/91
3# $Id: Makefile.i386,v 1.32 1994/08/30 17:17:49 bde Exp $
3# $Id: Makefile.i386,v 1.33 1994/09/02 20:24:15 bde Exp $
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid
9# Most changes should be made in the machine description
10# /sys/i386/conf/``machineid''
11# after which you should do

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

93
94.if defined(PROF)
95LIBKERN=${LIBKERNP}/libkern_p.a
96.else
97LIBKERN=${LIBKERNP}/libkern.a
98.endif
99
100libkern.a: ${LIBKERN}
4#
5# Makefile for FreeBSD
6#
7# This makefile is constructed from a machine description:
8# config machineid
9# Most changes should be made in the machine description
10# /sys/i386/conf/``machineid''
11# after which you should do

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

93
94.if defined(PROF)
95LIBKERN=${LIBKERNP}/libkern_p.a
96.else
97LIBKERN=${LIBKERNP}/libkern.a
98.endif
99
100libkern.a: ${LIBKERN}
101 @rm -f libkern.a
101 ln -s ${LIBKERN} libkern.a
102 ln -s ${LIBKERN} libkern.a
102 echo ln -s ${LIBKERN} libkern.a
103 @echo ln -s ${LIBKERN} libkern.a
103
104${LIBKERN}:
105 @(cd $S/libkern; make)
106
107clean:
108 rm -f eddep *kernel tags *.o locore.i [a-uw-z]*.s \
109 errs linterrs makelinks genassym ,assym.s stamp-assym
110

--- 87 unchanged lines hidden ---
104
105${LIBKERN}:
106 @(cd $S/libkern; make)
107
108clean:
109 rm -f eddep *kernel tags *.o locore.i [a-uw-z]*.s \
110 errs linterrs makelinks genassym ,assym.s stamp-assym
111

--- 87 unchanged lines hidden ---