diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-05 17:41:53 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-02-05 17:41:53 +0000 |
commit | cc82ddb07179582a28c35d1c8195f45d3a3e69dd (patch) | |
tree | e035dd7d3e1a57b6e253842d8080d9b4f6eea577 /sys/arch/hp300/conf/GENERIC | |
parent | b1b18d5bdd435847de2612aab357a4db4aa9e683 (diff) |
Make std.hp300 useable for other config files, just don't use it in GENERIC
ones.
Diffstat (limited to 'sys/arch/hp300/conf/GENERIC')
-rw-r--r-- | sys/arch/hp300/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index 4cffd809a3a..8cde2e841bc 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -1,11 +1,10 @@ -# $OpenBSD: GENERIC,v 1.13 1997/02/03 08:11:52 downsj Exp $ +# $OpenBSD: GENERIC,v 1.14 1997/02/05 17:41:51 downsj Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. # -# Include attributes common to all hp300s -include "arch/hp300/conf/std.hp300" +machine hp300 m68k # Include all GENERIC option include "../../../conf/GENERIC" |