From 47c368b477f60ba35b8d247b5cf41108594348fb Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 1 Aug 2005 13:20:24 +0000 Subject: do not include boot.c since cdboot.c is a copy of it; shrink 1k off the cdboot --- sys/arch/amd64/stand/cdboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64/stand') diff --git a/sys/arch/amd64/stand/cdboot/Makefile b/sys/arch/amd64/stand/cdboot/Makefile index a2ebb1089ea..c12d102e633 100644 --- a/sys/arch/amd64/stand/cdboot/Makefile +++ b/sys/arch/amd64/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2005/07/30 14:37:39 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2005/08/01 13:20:23 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -23,7 +23,7 @@ SRCS+= gidt.S alloca.S biosdev.c bioscons.c gateA20.c \ memprobe.c diskprobe.c time.c ## biosprobe.c .PATH: ${S}/stand/boot -SRCS+= boot.c cmd.c vars.c bootarg.c +SRCS+= cmd.c vars.c bootarg.c .PATH: ${S}/lib/libsa .PATH: ${S}/lib/libkern # for strl* and gcc support -- cgit v1.2.3