blob: 72fe0a8ba76d9a89c277e7dc8f71b5120be5281f (
plain)
1
2
3
4
5
6
7
8
|
# $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"
|