summaryrefslogtreecommitdiff
path: root/lib/csu/alpha
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-07-17 03:56:48 +0000
committerthorpej <thorpej@NetBSD.org>2001-07-17 03:56:48 +0000
commit4abcdae85ea338bf1d17e80aa7682fedd2f8ed3d (patch)
tree64bc2b0a992be2ba8272cbc6d7b128d54be50570 /lib/csu/alpha
parent86ec8403dd7f364bb039f7478b0f7c057a2a0975 (diff)
Enable the new (working) .init/.fini magic.
Diffstat (limited to 'lib/csu/alpha')
-rw-r--r--lib/csu/alpha/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 68137df9a22..42e811aed30 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2001/05/11 22:44:14 ross Exp $
+# $NetBSD: Makefile,v 1.21 2001/07/17 03:56:48 thorpej Exp $
ELFSIZE= 64
#Uncomment the next line to enable the new .init fallthru
-#CPPFLAGS+= -I- -I${.CURDIR}
+CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"