Synchronize with sys/i386/conf/Makefile.i386 revision 1.268.

This commit is contained in:
KATO Takenori 1997-10-12 12:00:23 +00:00
parent e429a56a35
commit c0cbbae78b
2 changed files with 4 additions and 4 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.19 1997/06/30 09:57:33 kato Exp $
# $Id: Makefile.pc98,v 1.20 1997/07/26 01:34:05 kato Exp $
#
# Makefile for FreeBSD
#
@ -165,7 +165,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h
genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h opt_vm86.h
rm -f ./machine ; ln -s ${I386}/include ./machine
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.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.19 1997/06/30 09:57:33 kato Exp $
# $Id: Makefile.pc98,v 1.20 1997/07/26 01:34:05 kato Exp $
#
# Makefile for FreeBSD
#
@ -165,7 +165,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h
genassym.o: ${I386}/i386/genassym.c Makefile opt_global.h opt_vm86.h
rm -f ./machine ; ln -s ${I386}/include ./machine
${CC} -c ${CFLAGS} ${PARAM} -UKERNEL ${I386}/i386/genassym.c