Sync with sys/i386/conf/Makefile.i386 revision 1.149.
This commit is contained in:
parent
50711c71c9
commit
a1fe075531
@ -3,7 +3,7 @@
|
|||||||
# Makefile.i386 -- with config changes.
|
# Makefile.i386 -- with config changes.
|
||||||
# Copyright 1990 W. Jolitz
|
# Copyright 1990 W. Jolitz
|
||||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||||
# $Id: Makefile.pc98,v 1.61 1999/04/20 09:07:19 kato Exp $
|
# $Id: Makefile.pc98,v 1.62 1999/04/25 04:04:24 kato Exp $
|
||||||
#
|
#
|
||||||
# Makefile for FreeBSD
|
# Makefile for FreeBSD
|
||||||
#
|
#
|
||||||
@ -245,6 +245,10 @@ install install.debug:
|
|||||||
install -c -m 555 -o root -g wheel -fschg \
|
install -c -m 555 -o root -g wheel -fschg \
|
||||||
${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL}
|
${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL}
|
||||||
|
|
||||||
|
reinstall reinstall.debug:
|
||||||
|
install -c -m 555 -o root -g wheel -fschg \
|
||||||
|
${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL}
|
||||||
|
|
||||||
config.o:
|
config.o:
|
||||||
${NORMAL_C}
|
${NORMAL_C}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Makefile.i386 -- with config changes.
|
# Makefile.i386 -- with config changes.
|
||||||
# Copyright 1990 W. Jolitz
|
# Copyright 1990 W. Jolitz
|
||||||
# from: @(#)Makefile.i386 7.1 5/10/91
|
# from: @(#)Makefile.i386 7.1 5/10/91
|
||||||
# $Id: Makefile.pc98,v 1.61 1999/04/20 09:07:19 kato Exp $
|
# $Id: Makefile.pc98,v 1.62 1999/04/25 04:04:24 kato Exp $
|
||||||
#
|
#
|
||||||
# Makefile for FreeBSD
|
# Makefile for FreeBSD
|
||||||
#
|
#
|
||||||
@ -245,6 +245,10 @@ install install.debug:
|
|||||||
install -c -m 555 -o root -g wheel -fschg \
|
install -c -m 555 -o root -g wheel -fschg \
|
||||||
${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL}
|
${KERNEL}${.TARGET:S/install//} ${DESTDIR}/${KERNEL}
|
||||||
|
|
||||||
|
reinstall reinstall.debug:
|
||||||
|
install -c -m 555 -o root -g wheel -fschg \
|
||||||
|
${KERNEL}${.TARGET:S/reinstall//} ${DESTDIR}/${KERNEL}
|
||||||
|
|
||||||
config.o:
|
config.o:
|
||||||
${NORMAL_C}
|
${NORMAL_C}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user