repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Compat linux/linux32 nice(2) fix. The syscall argument is an increment
[netbsd-mini2440.git]
/
lib
/
librmt
/
Makefile
blob
aad7855315c8b66d37710da8d2867b1439dbff21
1
# $NetBSD: Makefile,v 1.8 2002/08/19 14:55:16 lukem 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
CPPFLAGS
+= -
D_REENTRANT
13
14
.
include
<
bsd.lib.mk
>