From f28eda5ba38817ef03929f8397350ebee7760036 Mon Sep 17 00:00:00 2001 From: niklas Date: Wed, 24 Apr 1996 10:50:54 +0000 Subject: [PATCH] We are OpenBSD, not Net, and we name our kernels bsd --- sys/arch/i386/conf/Makefile.i386 | 6 +++--- 1 file 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: -- 2.20.1