diff options
-rw-r--r-- | sys/arch/i386/stand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile index 742e77197dd..3d6f26b3ea1 100644 --- a/sys/arch/i386/stand/Makefile +++ b/sys/arch/i386/stand/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.12 2004/06/23 00:29:56 tom Exp $ +# $OpenBSD: Makefile,v 1.13 2005/07/30 17:25:19 millert Exp $ .if ${MACHINE} == "i386" -SUBDIR= etc libsa libz mbr cdbr +SUBDIR= etc libsa libkern libz mbr cdbr .endif SUBDIR+= biosboot installboot boot pxeboot cdboot |