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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
lib
/
librumpcrypto
/
Makefile
blob
5723b0040e135f62ef92b69c458b1c7c92092ef4
1
# $NetBSD$
2
#
3
4
RUMPTOP
= ${
.CURDIR
}/
..
/
..
/
sys
/
rump
5
6
LIBDPLIBS
+=
rump
${
.CURDIR
}/
..
/
librump
7
8
WARNS
=
3
# XXX: kernel isn't ready for -Wsign-compare
9
10
.
include
"${RUMPTOP}/librump/rumpcrypto/Makefile.rumpcrypto"