mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 06:59:29 -04:00
18 lines
289 B
Makefile
18 lines
289 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/08/10 17:35:07 joerg Exp $
|
|
|
|
LIB= lldPasses
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLD_SRCDIR}/lib/Passes
|
|
|
|
SRCS+= LayoutPass.cpp \
|
|
RoundTripNativePass.cpp \
|
|
RoundTripYAMLPass.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|