Deleted Added
full compact
Makefile.pc98 (61731) Makefile.pc98 (61744)
1# Makefile for FreeBSD(98) after:
2#
3# Makefile.i386 -- with config changes.
4# Copyright 1990 W. Jolitz
5# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile for FreeBSD(98) after:
2#
3# Makefile.i386 -- with config changes.
4# Copyright 1990 W. Jolitz
5# from: @(#)Makefile.i386 7.1 5/10/91
6# $FreeBSD: head/sys/conf/Makefile.pc98 61731 2000-06-16 16:36:50Z kato $
6# $FreeBSD: head/sys/conf/Makefile.pc98 61744 2000-06-17 10:51:56Z obrien $
7#
8# Makefile for FreeBSD
9#
10# This makefile is constructed from a machine description:
11# config machineid
12# Most changes should be made in the machine description
13# /sys/i386/conf/``machineid''
14# after which you should do

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

227.endif
228 install -c -m 555 -o root -g wheel -fschg \
229 ${KERNEL}${.TARGET:S/kernel-install//} ${DESTDIR}/${KERNEL}
230
231kernel-reinstall kernel-reinstall.debug:
232 install -c -m 555 -o root -g wheel -fschg \
233 ${KERNEL}${.TARGET:S/kernel-reinstall//} ${DESTDIR}/${KERNEL}
234
7#
8# Makefile for FreeBSD
9#
10# This makefile is constructed from a machine description:
11# config machineid
12# Most changes should be made in the machine description
13# /sys/i386/conf/``machineid''
14# after which you should do

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

227.endif
228 install -c -m 555 -o root -g wheel -fschg \
229 ${KERNEL}${.TARGET:S/kernel-install//} ${DESTDIR}/${KERNEL}
230
231kernel-reinstall kernel-reinstall.debug:
232 install -c -m 555 -o root -g wheel -fschg \
233 ${KERNEL}${.TARGET:S/kernel-reinstall//} ${DESTDIR}/${KERNEL}
234
235.if !defined(NO_MODULES) && exists($S/modules)
235.if !defined(MODULES_WITH_WORLD) && exists($S/modules)
236all: modules
237depend: modules-depend
238clean: modules-clean
239cleandepend: modules-cleandepend
240cleandir: modules-cleandir
241tags: modules-tags
242install install.debug: modules-install
243reinstall reinstall.debug: modules-reinstall

--- 75 unchanged lines hidden ---
236all: modules
237depend: modules-depend
238clean: modules-clean
239cleandepend: modules-cleandepend
240cleandir: modules-cleandir
241tags: modules-tags
242install install.debug: modules-install
243reinstall reinstall.debug: modules-reinstall

--- 75 unchanged lines hidden ---