From 7e09f8d2f8f6709a6c5ec17d35945fb308374ee3 Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 16 Apr 1999 10:10:24 +0000 Subject: [PATCH] Descend into sysinst directory if sysinst/arch/${MACHINE} exists. --- distrib/utils/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/distrib/utils/Makefile b/distrib/utils/Makefile index 1dea901b8bb7..971dc1ad017e 100644 --- a/distrib/utils/Makefile +++ b/distrib/utils/Makefile @@ -1,6 +1,9 @@ -# $NetBSD: Makefile,v 1.4 1998/05/02 08:04:52 ross Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/16 10:10:24 simonb Exp $ SUBDIR= libhack init_s more ssh tls \ - x_dd x_ftp x_ifconfig x_route x_sh zcat + x_dd x_ftp x_ifconfig x_route x_sh zcat +.if exists(sysinst/arch/${MACHINE}) +SUBDIR+=sysinst +.endif .include