diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-03-26 19:43:02 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-03-26 19:43:02 +0000 |
commit | 745022a8b44121679f1463e8954d4fea49505c8e (patch) | |
tree | a5b523bd277cd87e7b202f1ffb1380eb658d9bfe /sys/arch/mvme88k | |
parent | 5c11881e53607a4f4b097fb109f549b14e037ad8 (diff) |
sync TDIRS with reality
"looks good" deraadt@
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/Makefile b/sys/arch/mvme88k/Makefile index c945827d85b..8893b13590c 100644 --- a/sys/arch/mvme88k/Makefile +++ b/sys/arch/mvme88k/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2010/11/12 17:11:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 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= |