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
/
libukfs
/
Makefile
blob
5a0e5a8d753f0f29815514fb1c6d057bde8d0433
1
# $NetBSD: Makefile,v 1.3 2009/10/07 20:51:00 pooka Exp $
2
#
3
4
LIB
=
ukfs
5
LIBDPLIBS
+=
rump
${
.CURDIR
}/
..
/
librump \
6
rumpvfs
${
.CURDIR
}/
..
/
librumpvfs
7
CPPFLAGS
+= -
I
${
.CURDIR
}
8
9
INCS
=
ukfs.h
10
INCSDIR
= /
usr
/
include
/
rump
11
12
SRCS
=
ukfs.c ukfs_disklabel.c
13
MAN
=
ukfs
.3
14
15
.
include
<
bsd.lib.mk
>