repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
lib
/
librmt
/
Makefile
blob
b87178739d524923dafea56cf511d4f87ff29fdb
1
# $NetBSD: Makefile,v 1.9 2007/05/28 12:06:21 tls Exp $
2
3
USE_FORT?
=
yes
# network protocol library
4
5
NOPIC
=
# defined
6
NOPROFILE
=
# defined
7
8
LIB
=
rmt
9
SRCS
=
rmtlib.c
10
MAN
=
rmtops
.3
11
12
.if
!
defined
(
__MINIX
)
13
CPPFLAGS
+= -
D_REENTRANT
14
.
endif
# !defined(__MINIX)
15
16
.
include
<
bsd.lib.mk
>