blob: 42e811aed30685811d91edee5d0dfc25c8d338a7 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.21 2001/07/17 03:56:48 thorpej Exp $
ELFSIZE= 64
#Uncomment the next line to enable the new .init fallthru
CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"
|