1 # $NetBSD: Makefile.inc,v 1.3 2012/08/10 12:10:29 joerg 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 .for f in cd9660_debug cd9660_write 13 COPTS.${f}.c+= -Wno-pointer-sign 14 .endfor 15 .endif 16