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
Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git]
/
lib
/
libp2k
/
Makefile
blob
90a4113119a68924ce12a9475b6291643eba8e64
1
# $NetBSD: Makefile,v 1.1 2008/07/29 13:17:40 pooka Exp $
2
#
3
4
LIB
=
p2k
5
LIBDPLIBS
+=
rump
${
.CURDIR
}/
..
/
librump \
6
rumpvfs
${
.CURDIR
}/
..
/
librumpvfs \
7
ukfs
${
.CURDIR
}/
..
/
libukfs
8
9
INCS
=
p2k.h
10
INCSDIR
= /
usr
/
include
/
rump
11
12
SRCS
=
p2k.c
13
MAN
=
p2k
.3
14
15
.
include
<
bsd.lib.mk
>