diff options
| author | pooka <pooka@NetBSD.org> | 2008-11-27 16:14:46 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2008-11-27 16:14:46 +0000 |
| commit | 0b7df1d2e2f940893d3adff7d2bdaf79cc02e62b (patch) | |
| tree | fde63b7158e750a230762d10aea04aeaea482377 /lib/libp2k | |
| parent | 37bef7c6245b9d10177cba59e55383722f01c2e1 (diff) | |
LIBDPLIBS on librumpvfs
Diffstat (limited to 'lib/libp2k')
| -rw-r--r-- | lib/libp2k/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libp2k/Makefile b/lib/libp2k/Makefile index 97096cc826c..761ffde847a 100644 --- a/lib/libp2k/Makefile +++ b/lib/libp2k/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2008/07/29 13:17:40 pooka Exp $ +# $NetBSD: Makefile,v 1.2 2008/11/27 16:14:46 pooka Exp $ # LIB= p2k -LIBDPLIBS+= rump ${.CURDIR}/../librump \ +LIBDPLIBS+= rump ${.CURDIR}/../librump \ + rumpvfs ${.CURDIR}/../librumpvfs \ ukfs ${.CURDIR}/../libukfs INCS= p2k.h |
