mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Sync with sys/i386/conf/Makefile.i386 revision 1.149.
This commit is contained in:
parent
50711c71c9
commit
a1fe075531
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46750
@ -3,7 +3,7 @@
|
||||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# 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
|
||||
#
|
||||
@ -245,6 +245,10 @@ install install.debug:
|
||||
install -c -m 555 -o root -g wheel -fschg \
|
||||
${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:
|
||||
${NORMAL_C}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Makefile.i386 -- with config changes.
|
||||
# Copyright 1990 W. Jolitz
|
||||
# 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
|
||||
#
|
||||
@ -245,6 +245,10 @@ install install.debug:
|
||||
install -c -m 555 -o root -g wheel -fschg \
|
||||
${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:
|
||||
${NORMAL_C}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user