Home | History | Annotate | Line # | Download | only in libcd9660
Makefile revision 1.1.6.2
      1  1.1.6.2  haad #	$NetBSD: Makefile,v 1.1.6.2 2008/10/19 22:18:00 haad Exp $
      2  1.1.6.2  haad #
      3  1.1.6.2  haad 
      4  1.1.6.2  haad .PATH:	${.CURDIR}/../../../../fs/cd9660
      5  1.1.6.2  haad 
      6  1.1.6.2  haad LIB=	rumpfs_cd9660
      7  1.1.6.2  haad 
      8  1.1.6.2  haad SRCS=	cd9660_bmap.c cd9660_node.c cd9660_util.c cd9660_vnops.c	\
      9  1.1.6.2  haad 	cd9660_lookup.c cd9660_rrip.c cd9660_vfsops.c
     10  1.1.6.2  haad 
     11  1.1.6.2  haad CFLAGS+=-Wno-pointer-sign
     12  1.1.6.2  haad 
     13  1.1.6.2  haad .include <bsd.lib.mk>
     14  1.1.6.2  haad .include <bsd.klinks.mk>
     15