1 1.2.14.2 joerg # $NetBSD: Makefile,v 1.2.14.2 2007/11/02 12:43:42 joerg Exp $ 2 1.2.14.2 joerg # 3 1.2.14.2 joerg 4 1.2.14.2 joerg .include <bsd.own.mk> 5 1.2.14.2 joerg 6 1.2.14.2 joerg LIB= tmpfs 7 1.2.14.2 joerg 8 1.2.14.2 joerg .PATH: ${NETBSDSRCDIR}/sys/fs/tmpfs 9 1.2.14.2 joerg 10 1.2.14.2 joerg SRCS= tmpfs_fifoops.c tmpfs_specops.c tmpfs_vfsops.c tmpfs_pool.c \ 11 1.2.14.2 joerg tmpfs_subr.c tmpfs_vnops.c 12 1.2.14.2 joerg 13 1.2.14.2 joerg .include <bsd.lib.mk> 14 1.2.14.2 joerg .include <bsd.klinks.mk> 15