repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libMCLinkerADT
/
Makefile
blob
b50583eabace97eeec5e52f633ffe8cf30f1e204
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:09 joerg Exp $
2
3
LIB
=
MCLinkerADT
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
ADT
8
9
SRCS
=
StringEntry.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif