f561334a77
XXX: i have re-applied the by-hand patch to XXX: compat/gnu/lib/crtstuff4/Makefile that ensures it finds the right XXX: tconfig.h.
12 lines
185 B
Makefile
12 lines
185 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/21 01:00:41 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
_CURDIR:= ${.CURDIR}
|
|
|
|
.CURDIR:=${NETBSDSRCDIR}/lib
|
|
|
|
.include "${.CURDIR}/Makefile"
|
|
|
|
.CURDIR:= ${_CURDIR}
|