Enable dot_init.h on mips, fixing .init & .fini processing.

This commit is contained in:
simonb 2001-07-18 04:43:48 +00:00
parent 19014d376c
commit 19211890ff

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2001/07/17 15:20:23 simonb Exp $
# $NetBSD: Makefile,v 1.23 2001/07/18 04:43:48 simonb 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"