diff --git a/sys/arch/i386/stand/Makefile.booters b/sys/arch/i386/stand/Makefile.booters index f6a7a15261a7..03cffd609785 100644 --- a/sys/arch/i386/stand/Makefile.booters +++ b/sys/arch/i386/stand/Makefile.booters @@ -1,10 +1,15 @@ -# $NetBSD: Makefile.booters,v 1.37 2002/11/23 23:34:39 fvdl Exp $ +# $NetBSD: Makefile.booters,v 1.38 2003/01/14 23:51:34 thorpej Exp $ .include STRIPFLAG= BINMODE=444 +LIBCRT0= # nothing +LIBCRTBEGIN= # nothing +LIBCRTEND= # nothing +LIBC= # nothing + # Make sure we override any optimization options specified by the # user. .if ${MACHINE_ARCH} == "x86_64"