Descend into sysinst directory if sysinst/arch/${MACHINE} exists.

This commit is contained in:
simonb 1999-04-16 10:10:24 +00:00
parent 0a737db1c7
commit 7e09f8d2f8
1 changed files with 5 additions and 2 deletions

View File

@ -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 <bsd.subdir.mk>