diff options
| author | he <he@NetBSD.org> | 2008-11-28 21:17:08 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2008-11-28 21:17:08 +0000 |
| commit | f4b2fe2c8d27bda7970fd1c2715b52dc5cf3e9eb (patch) | |
| tree | b2b1f7172d6906dd4662881c4327dbb19e7dc140 /sys/modules | |
| parent | b9585ffdeda2a6999535eae11bbdefdf6f40d741 (diff) | |
Build compat_linux and exec_elf64 for alpha.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 85c881b5563..1b046276219 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/11/25 12:50:03 cube Exp $ +# $NetBSD: Makefile,v 1.20 2008/11/28 21:17:08 he Exp $ # For all platforms @@ -52,6 +52,11 @@ SUBDIR+= unionfs SUBDIR+= exec_elf32 .endif +.if ${MACHINE} == "alpha" +SUBDIR+= compat_linux +SUBDIR+= exec_elf64 +.endif + .if ${MACHINE} == "amd64" SUBDIR+= azalia SUBDIR+= compat_linux |
