blob: ef925edf2f1eeb63ff0e6df9bc7b4a4fe162d01a (
plain)
1
2
3
4
5
6
|
# $NetBSD: Makefile,v 1.1 2002/07/05 13:31:28 scw Exp $
#Uncomment the next line to enable the new .init fallthru
CPPFLAGS+= -I- -I${.CURDIR}
.include "${.CURDIR}/../common_elf/Makefile.inc"
|