From 933205b47913aa00aab7f48b491e5fa620ea332d Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 26 Feb 2000 19:00:08 +0000 Subject: Oops, forgot this file. --- lib/libarch/alpha/Makefile.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/libarch/alpha/Makefile.inc (limited to 'lib') 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 -- cgit