From 1e5d37bcda38e6a5df99d06d4caf50df7c37b15a Mon Sep 17 00:00:00 2001 From: fvdl Date: Sat, 23 Nov 2002 23:53:32 +0000 Subject: [PATCH] Recurse into ../i386/stand --- sys/arch/x86_64/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/x86_64/Makefile b/sys/arch/x86_64/Makefile index bb8e20260b40..a51be5104a3a 100644 --- a/sys/arch/x86_64/Makefile +++ b/sys/arch/x86_64/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/12/29 05:32:59 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 2002/11/23 23:53:32 fvdl Exp $ # Makefile for x86_64 tags file and boot blocks @@ -27,6 +27,6 @@ links: (cd $$i && rm -f tags; ln -s ../tags tags); done -SUBDIR= include ../i386/include +SUBDIR= include ../i386/include ../i386/stand .include