Home | History | Annotate | Line # | Download | only in libfdesc
Makefile revision 1.1
      1  1.1  pooka #	$NetBSD: Makefile,v 1.1 2009/07/31 19:16:45 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.1  pooka .PATH:	${.CURDIR}/../../../../miscfs/fdesc
      5  1.1  pooka 
      6  1.1  pooka LIB=	rumpfs_fdesc
      7  1.1  pooka 
      8  1.1  pooka SRCS=	fdesc_vfsops.c fdesc_vnops.c
      9  1.1  pooka 
     10  1.1  pooka .include <bsd.lib.mk>
     11  1.1  pooka .include <bsd.klinks.mk>
     12