Deleted Added
full compact
Makefile.powerpc (2627) Makefile.powerpc (2823)
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.35 1994/09/05 19:10:01 jkh Exp $
3# $Id: Makefile.i386,v 1.36 1994/09/09 22:03:51 wollman 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

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

168 sort -u | comm -23 - dontlink | \
169 sed 's,../.*/\(.*.o\),rm -f \1;ln -s ../GENERIC/\1 \1,' > makelinks
170 sh makelinks && rm -f dontlink
171
172tags:
173 @echo "see $S/kern/Makefile for tags"
174
175install:
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

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

168 sort -u | comm -23 - dontlink | \
169 sed 's,../.*/\(.*.o\),rm -f \1;ln -s ../GENERIC/\1 \1,' > makelinks
170 sh makelinks && rm -f dontlink
171
172tags:
173 @echo "see $S/kern/Makefile for tags"
174
175install:
176 chflags noschg /kernel
176 mv /kernel /kernel.old
177 install -c -m 555 -o root -g wheel -fschg kernel /
178
179ioconf.o: ioconf.c $S/sys/param.h machine/pte.h $S/sys/buf.h \
180 ${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h
181 ${CC} -c ${CFLAGS} ioconf.c
182
183param.c: $S/conf/param.c

--- 18 unchanged lines hidden ---
177 mv /kernel /kernel.old
178 install -c -m 555 -o root -g wheel -fschg kernel /
179
180ioconf.o: ioconf.c $S/sys/param.h machine/pte.h $S/sys/buf.h \
181 ${I386}/isa/isa_device.h ${I386}/isa/isa.h ${I386}/isa/icu.h
182 ${CC} -c ${CFLAGS} ioconf.c
183
184param.c: $S/conf/param.c

--- 18 unchanged lines hidden ---