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