NetBSD/lib/csu/sparc64/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

9 lines
218 B
Makefile

# $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
.include "${.CURDIR}/../common_elf/Makefile.inc"