Sync with sys/i386/conf/Makefile.i386 revision 1.149.

This commit is contained in:
KATO Takenori 1999-05-09 04:26:06 +00:00
parent 50711c71c9
commit a1fe075531
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46750
2 changed files with 10 additions and 2 deletions

View File

@ -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}

View File

@ -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}