diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-10 19:06:48 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-11-10 19:06:48 +0000 |
commit | f077c78217877117459f5013e6f6d5406ddc34dc (patch) | |
tree | 9195da5da0fa0e080db46c0e6a1762f3a812334e /lib/csu/Makefile | |
parent | af43177c88cb596b198b04d9caa24199d7db7ae9 (diff) |
m68k is dead <sniff>
ok miod@
Diffstat (limited to 'lib/csu/Makefile')
-rw-r--r-- | lib/csu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile index 5e8caf0c8d8..887a4ad0f1b 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.16 2011/07/04 05:54:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2014/11/10 19:06:47 guenther Exp $ .if make(obj) -SUBDIR= alpha amd64 arm hppa i386 ia64 m68k m88k mips64 powerpc sh sparc sparc64 vax +SUBDIR= alpha amd64 arm hppa i386 ia64 m88k mips64 powerpc sh sparc sparc64 vax .else SUBDIR= ${MACHINE_CPU} .endif |