diff options
Diffstat (limited to 'sys/arch/hp300/Makefile')
-rw-r--r-- | sys/arch/hp300/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/Makefile b/sys/arch/hp300/Makefile index 49de45edb10..6ea4be693bb 100644 --- a/sys/arch/hp300/Makefile +++ b/sys/arch/hp300/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.11 2010/11/12 17:11:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 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= |