From ad5a60e16a80eceb6dc0a4e27f9a177f85daef94 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 24 Jul 2006 18:11:47 +0000 Subject: [PATCH] do a make depend phase --- src/etc/etc.sgi/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.sgi/Makefile.inc b/src/etc/etc.sgi/Makefile.inc index 62c35607..01608ca3 100644 --- a/src/etc/etc.sgi/Makefile.inc +++ b/src/etc/etc.sgi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 2004/08/06 22:57:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2006/07/24 18:11:47 deraadt Exp $ # etc.sgi/Makefile.inc -- sgi-specific etc Makefile targets .ifdef DESTDIR @@ -10,7 +10,7 @@ snap_md: bsd distrib1 bsd: cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \ - make clean && make + ${MAKE} clean && ${MAKE} depend && exec ${MAKE} distrib1: ${MAKE} distrib