diff --git a/lib/csu/sparc64/Makefile b/lib/csu/sparc64/Makefile index 228e38d707ae..72fe0a8ba76d 100644 --- a/lib/csu/sparc64/Makefile +++ b/lib/csu/sparc64/Makefile @@ -1,4 +1,7 @@ -# $NetBSD: Makefile,v 1.4 1999/03/20 00:32:41 thorpej Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/17 18:25:11 mrg Exp $ + +#Uncomment the next line to enable the new .init fallthru +CPPFLAGS+= -I- -I${.CURDIR}/../sparc_elf ELFSIZE=64 diff --git a/lib/csu/sparc_elf/Makefile b/lib/csu/sparc_elf/Makefile index f555819a5ee6..c29954d15a78 100644 --- a/lib/csu/sparc_elf/Makefile +++ b/lib/csu/sparc_elf/Makefile @@ -1,3 +1,6 @@ -# $NetBSD: Makefile,v 1.4 1999/03/20 00:32:41 thorpej Exp $ +# $NetBSD: Makefile,v 1.5 2001/07/17 18:25:12 mrg Exp $ + +#Uncomment the next line to enable the new .init fallthru +CPPFLAGS+= -I- -I${.CURDIR} .include "${.CURDIR}/../common_elf/Makefile.inc"