diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index d3b62e77fb3..b1a561acf2c 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2003/04/17 03:43:18 drahn Exp $ +# $OpenBSD: Makefile,v 1.31 2003/04/17 12:06:05 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -20,7 +20,7 @@ CLEANFILES+= crt0.o SRCS= srt0.S .endif -SRCS+= boot_loadfile.c cmd.c vars.c bootarg.c conf.c +SRCS+= boot.c cmd.c vars.c bootarg.c conf.c S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. |