diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-12-08 14:46:40 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-12-08 14:46:40 +0000 |
commit | 3eac5fe055d0aabd5fabc3ef9beee44c6c3879d1 (patch) | |
tree | 6526f2e4e11111afa862a5f43ef4bb4afb6e0602 /sys/arch/mvme68k | |
parent | 0d51f2437b8c53e33001327201ea57b5e2a4aa2f (diff) |
reflect reality, mark as NOOBJ
"sure" deraadt@
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/Makefile b/sys/arch/mvme68k/Makefile index 981745884ae..8083e574bef 100644 --- a/sys/arch/mvme68k/Makefile +++ b/sys/arch/mvme68k/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2013/03/26 19:43:01 jasper Exp $ +# $OpenBSD: Makefile,v 1.15 2013/12/08 14:46:39 espie Exp $ S= ${.CURDIR}/../.. KFILE= GENERIC @@ -10,6 +10,7 @@ TAGS= ${.CURDIR}/tags NOPROG= NOMAN= +NOOBJ= SUBDIR= stand # config the fattest kernel we can find into a temporary dir |