diff options
| author | cgd <cgd@NetBSD.org> | 1995-04-23 07:49:43 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-04-23 07:49:43 +0000 |
| commit | b67285a9e427a529e2f7b57db772df42e44abcf5 (patch) | |
| tree | 8afb828dfcb68c54a0ab270a5dfee922d189de14 /gnu | |
| parent | c937b8a519df030e0dbc83540f5898f1a236798d (diff) | |
don't build games or libexec on the alpha
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 5b23f72ac36..5038b1cea50 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 <bsd.subdir.mk> |
