diff options
author | asami <asami@FreeBSD.org> | 1996-09-07 02:14:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-07 02:14:47 +0000 |
commit | 148ce94bebd89be1aab174e5e4af889f43ffdd6d (patch) | |
tree | 76c7c637f26dd9c707e9bc4cb86db9ba6765d078 /sys/conf/Makefile.pc98 | |
parent | 7b9ecd2de3dd0e21793ef47de26c51dbf4b2dff9 (diff) | |
download | FreeBSD-src-148ce94bebd89be1aab174e5e4af889f43ffdd6d.zip FreeBSD-src-148ce94bebd89be1aab174e5e4af889f43ffdd6d.tar.gz |
Yet another merge. Remove support.s by deleting memcopy. Remove
autoconf.c by merging icu.h. Fix a couple of typos.
Submitted by: The FreeBSD(98) Development Team.
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r-- | sys/conf/Makefile.pc98 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index bc262d2..10f5742 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -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.3 1996/08/30 10:42:49 asami Exp $ +# $Id: Makefile.pc98,v 1.4 1996/09/03 10:23:11 asami Exp $ # # Makefile for FreeBSD # @@ -172,7 +172,7 @@ install: install -c -m 555 -o root -g wheel -fschg kernel / ioconf.o: ioconf.c $S/sys/param.h $S/sys/buf.h \ - ${I386}/isa/isa_device.h ${PC98}/pc98/pc98.h ${PC98}/pc98/icu.h + ${I386}/isa/isa_device.h ${PC98}/pc98/pc98.h ${I386}/isa/icu.h ${CC} -c ${CFLAGS} ioconf.c param.c: $S/conf/param.c |