Home | History | Annotate | Line # | Download | only in libhfs
Makefile revision 1.4
      1  1.4  hannken #	$NetBSD: Makefile,v 1.4 2014/08/10 08:53:22 hannken Exp $
      2  1.1    pooka #
      3  1.1    pooka 
      4  1.2    pooka .PATH:  ${.CURDIR}/../../../../fs/hfs
      5  1.1    pooka 
      6  1.2    pooka LIB=	rumpfs_hfs
      7  1.1    pooka 
      8  1.4  hannken SRCS=	hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
      9  1.1    pooka 
     10  1.1    pooka .include <bsd.lib.mk>
     11  1.1    pooka .include <bsd.klinks.mk>
     12