From 0ed9b3e5ea7e8efa4ac07f4d30337050e5a5a8f0 Mon Sep 17 00:00:00 2001 From: riz Date: Sat, 25 Nov 2006 07:38:44 +0000 Subject: [PATCH] add reloc.h to the list - missed this in the last commit. --- tools/Makefile.disklabel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.disklabel b/tools/Makefile.disklabel index 17ece20ef7e0..6a8ffb82bccb 100644 --- a/tools/Makefile.disklabel +++ b/tools/Makefile.disklabel @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.disklabel,v 1.7 2006/11/22 15:08:47 riz Exp $ +# $NetBSD: Makefile.disklabel,v 1.8 2006/11/25 07:38:44 riz Exp $ _ARCHDIR= ${.CURDIR}/../../sys/arch _INCDIR= ${.CURDIR}/../../include @@ -8,7 +8,7 @@ _SUBDIR!= cd ${_ARCHDIR} && ${MAKE} -V SUBDIR _UFS_INCS!= cd ${_UFSDIR} && find ffs ufs -name '*.h' _ARCH_INCS!= cd ${_ARCHDIR} && find . -name disklabel.h -or \ - -name elf_machdep.h + -name elf_machdep.h -or -name reloc.h _ARCH_INCS+= ews4800mips/include/pdinfo.h ews4800mips/include/vtoc.h