diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-17 12:06:07 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-17 12:06:07 +0000 |
commit | f6e9b0d3337acc7e04f97e6a33e4f752dd862498 (patch) | |
tree | 9c9439f4940c336c4322405a7b229678bb7b43cf /sys/arch/i386/stand/boot | |
parent | 9bd0a45fb06ebabf147172ab82816f849ec167a5 (diff) |
there is no reason to keep both around. just rename
Diffstat (limited to 'sys/arch/i386/stand/boot')
-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}/.. |