Makefile.inc revision 1.2 1 # $NetBSD: Makefile.inc,v 1.2 2011/06/20 07:44:03 mrg Exp $
2 #
3
4 .PATH: ${.CURDIR}/cd9660 ${NETBSDSRCDIR}/sys/fs/cd9660
5
6 CPPFLAGS+=-I${NETBSDSRCDIR}/sys/fs/cd9660
7
8 SRCS+= cd9660_strings.c cd9660_debug.c cd9660_eltorito.c
9 SRCS+= cd9660_write.c cd9660_conversion.c iso9660_rrip.c cd9660_archimedes.c
10
11 .if !defined(HOSTPROGNAME)
12 .if defined(HAVE_GCC) || defined(HAVE_PCC)
13 .for f in cd9660_debug cd9660_write
14 COPTS.${f}.c+= -Wno-pointer-sign
15 .endfor
16 .endif
17 .endif
18