From b67285a9e427a529e2f7b57db772df42e44abcf5 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 23 Apr 1995 07:49:43 +0000 Subject: [PATCH] don't build games or libexec on the alpha --- gnu/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu/Makefile b/gnu/Makefile index 5b23f72ac36e..5038b1cea506 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,5 +1,8 @@ -# $Id: Makefile,v 1.3 1993/08/02 17:49:15 mycroft Exp $ +# $NetBSD: Makefile,v 1.4 1995/04/23 07:49:43 cgd Exp $ -SUBDIR+= lib libexec usr.bin games +SUBDIR+= lib usr.bin +.if (${MACHINE_ARCH} != "alpha") +SUBDIR+= games libexec +.endif .include