diff options
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 7671bd17d14..e62ffe7908f 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,8 +1,5 @@ # $NetBSD: Makefile,v 1.4 1995/04/23 07:49:43 cgd Exp $ -SUBDIR+= lib usr.bin -.if (${MACHINE_ARCH} != "alpha") -SUBDIR+= libexec -.endif +SUBDIR+= lib usr.bin libexec .include <bsd.subdir.mk> |