Enable the new (working) .init/.fini magic.

This commit is contained in:
thorpej 2001-07-17 03:56:48 +00:00
parent 86ec8403dd
commit 4abcdae85e
3 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2001/05/11 22:44:15 ross Exp $
# $NetBSD: Makefile,v 1.6 2001/07/17 03:56:48 thorpej Exp $
#Uncomment the next line to enable the new .init fallthru
#CPPFLAGS+= -I- -I${.CURDIR}
CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2001/05/12 00:17:55 kleink Exp $
# $NetBSD: Makefile,v 1.6 2001/07/17 03:56:49 thorpej Exp $
#Uncomment the next line to enable the new .init fallthru
#CPPFLAGS+= -I- -I${.CURDIR}
CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"