diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-02-26 19:00:08 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-02-26 19:00:08 +0000 |
| commit | 933205b47913aa00aab7f48b491e5fa620ea332d (patch) | |
| tree | b12979547395be6c74487097816995a05ed4bca0 | |
| parent | cd8a1657b46a55aae50dc03bd5314a2f81364b6f (diff) | |
Oops, forgot this file.
| -rw-r--r-- | lib/libarch/alpha/Makefile.inc | 5 |
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 |
