From 2dc62c2e2701c07a559486941f74ae45245ac4a1 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 12 Nov 2005 04:19:01 +0000 Subject: [PATCH] Adjust the S variable (pointer to top of sys tree) so that it points to the right place. Fixes build problems in this directory. --- sys/arch/i386/stand/cdboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index 92dda24b45c5..160a462ac075 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2005/07/20 03:27:51 junyoung Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/12 04:19:01 simonb Exp $ -S= ${.CURDIR}/../../../../../ +S= ${.CURDIR}/../../../.. NOMAN= # defined STRIPFLAG= # nothing