don't build games or libexec on the alpha

This commit is contained in:
cgd 1995-04-23 07:49:43 +00:00
parent c937b8a519
commit b67285a9e4
1 changed files with 5 additions and 2 deletions

View File

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