12 lines
195 B
Makefile
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>
|