mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 21:19:47 -04:00
14 lines
220 B
Makefile
14 lines
220 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $
|
|
|
|
LIB= LLVMArchive
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLVM_SRCDIR}/lib/Archive
|
|
|
|
SRCS+= Archive.cpp \
|
|
ArchiveReader.cpp \
|
|
ArchiveWriter.cpp
|
|
|
|
.include <bsd.lib.mk>
|