diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-24 10:50:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-24 10:50:55 +0000 |
commit | bb97879ca2d88e2cce71425df947ae244882118f (patch) | |
tree | 2c93ed0ce9ff48de1c6d7fa4cc2395fdbaf5a3ff | |
parent | e998f4f20258b23dcb158014d7b5bd4331ce32f5 (diff) |
We are OpenBSD, not Net, and we name our kernels bsd
-rw-r--r-- | sys/arch/i386/conf/Makefile.i386 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 9e65ac1a7fd..6b942b53d31 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.i386,v 1.6 1996/04/18 18:55:36 niklas Exp $ +# $OpenBSD: Makefile.i386,v 1.7 1996/04/24 10:50:54 niklas Exp $ # $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $ -# Makefile for NetBSD +# Makefile for OpenBSD # # This makefile is constructed from a machine description: # config machineid @@ -125,7 +125,7 @@ newvers: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} clean:: - rm -f eddep *netbsd netbsd.gdb tags *.[io] [a-z]*.s \ + rm -f eddep *bsd bsd.gdb tags *.[io] [a-z]*.s \ [Ee]rrs linterrs makelinks genassym genassym.o assym.h lint: |