NetBSD/lib/csu/sparc_elf/Makefile
mrg 6bea810c23 enable dot_init.h on both sparc & sparc64, fixing .init & .fini processing
for both platforms.  they share dot_init.h with a single #ifdef #define
difference...
2001-07-17 18:25:11 +00:00

7 lines
193 B
Makefile

# $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"