diff options
Diffstat (limited to 'sys/arch/alpha/Makefile')
-rw-r--r-- | sys/arch/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/Makefile b/sys/arch/alpha/Makefile index 1007499914e..dca29ee48b6 100644 --- a/sys/arch/alpha/Makefile +++ b/sys/arch/alpha/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 2010/11/12 17:11:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2013/03/26 19:43:00 jasper Exp $ S= ${.CURDIR}/../.. KFILE= GENERIC .if exists(conf/GENERIC.MP) KFILE= GENERIC.MP .endif -TDIRS= ${_arch} include pci isa eisa +TDIRS= ${_arch} include pci isa eisa mcbus tc TAGS= ${.CURDIR}/tags NOPROG= |