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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
rump
/
dev
/
lib
/
libcgd
/
Makefile
blob
1237afc98d23c1498387e00d63ef1d70251055d9
1
# $NetBSD: Makefile,v 1.1 2009/07/20 18:09:20 pooka Exp $
2
#
3
4
.PATH
: ${
.CURDIR
}/
..
/
..
/
..
/
..
/
dev
5
6
LIB
=
rumpdev_cgd
7
8
SRCS
=
cgd.c cgd_crypto.c
9
10
SRCS
+=
component.c
11
12
CPPFLAGS
+= -
Wno-pointer-sign
13
CPPFLAGS
+= -
I
${
RUMPTOP
}/
librump
/
rumpvfs
14
15
.
include
<
bsd.lib.mk
>
16
.
include
<
bsd.klinks.mk
>