NetBSD/sys/rump/fs/lib/libfifovfs/Makefile
pooka 9d4c3a0469 Support fifofs in rump. Do not include it in rumpvfs directly,
since it involves some very non-fs'y components like sockets and
local domain networking.  Also (for better or worse?), call it
rump*v*fs_fifofs instead of rumpfs_fifofs, since it does not really
provide a file system driver.

XXX: uses duplicate common symbols and functionality depends on
link order ... (but at least it works better than before this change)
2010-03-29 13:20:31 +00:00

12 lines
195 B
Makefile

# $NetBSD: Makefile,v 1.1 2010/03/29 13:20:31 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../miscfs/fifofs
LIB= rumpvfs_fifofs
SRCS= fifo_vnops.c
.include <bsd.lib.mk>
.include <bsd.klinks.mk>