diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-07 02:14:47 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-07 02:14:47 +0000 |
| commit | c9da8434ea7a67b5fb23b39caaa12be87aea74b0 (patch) | |
| tree | 76c7c637f26dd9c707e9bc4cb86db9ba6765d078 /sys/conf/Makefile.pc98 | |
| parent | f533eaf1c098c99805e70b8fb727bbbdfd0ade9e (diff) | |
Notes
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 bc262d258bc9..10f5742307c5 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 |
