blob: 322c9e2a5666a7b72590b783791f04d3f7af5305 (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: Makefile,v 1.2 2006/09/14 23:55:54 cherry Exp $
ELFSIZE= 64
#Uncomment the next line to enable the new .init fallthru
CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"
|