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
opendir change: refinement
[minix.git]
/
lib
/
librmt
/
Makefile
blob
d0323f89619c8bf60a326c138fe1676b4a5e544f
1
# $NetBSD: Makefile,v 1.9 2007/05/28 12:06:21 tls Exp $
2
3
.
ifndef
__MINIX
4
USE_FORT?
=
yes
# network protocol library
5
.
endif
6
7
NOPIC
=
# defined
8
NOPROFILE
=
# defined
9
10
LIB
=
rmt
11
SRCS
=
rmtlib.c
12
MAN
=
rmtops
.3
13
14
.
ifndef
__MINIX
15
CPPFLAGS
+= -
D_REENTRANT
16
.
endif
17
18
.
include
<
bsd.lib.mk
>