summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libarch/alpha/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libarch/alpha/Makefile.inc b/lib/libarch/alpha/Makefile.inc
new file mode 100644
index 00000000000..ae754510881
--- /dev/null
+++ b/lib/libarch/alpha/Makefile.inc
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile.inc,v 1.3 2000/02/26 19:00:08 thorpej Exp $
+
+.if (${MACHINE_ARCH} == "alpha")
+SRCS+= alpha_bus_window.c alpha_pci_conf.c alpha_pci_io.c alpha_pci_mem.c
+.endif