From 6fb5cc02b8b473cadbefd52482f67a85e6808a11 Mon Sep 17 00:00:00 2001 From: etheisen Date: Wed, 13 Nov 1996 03:55:42 +0000 Subject: Ignore empty alpha dir. --- lib/libarch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libarch') diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 86ebcf7024a..651b63c32d1 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1996/03/19 23:14:51 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1996/11/13 03:55:41 etheisen Exp $ # $NetBSD: Makefile,v 1.8 1996/02/21 02:43:52 jtk Exp $ -.if exists(${MACHINE}) +.if exists(${MACHINE}/Makefile) SUBDIR+= ${MACHINE} .endif -- cgit v1.2.3