9edf9a0457
to Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.
16 lines
411 B
Makefile
16 lines
411 B
Makefile
# $NetBSD: Makefile.inc,v 1.3 2012/08/10 12:10:29 joerg Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/cd9660 ${NETBSDSRCDIR}/sys/fs/cd9660
|
|
|
|
CPPFLAGS+=-I${NETBSDSRCDIR}/sys/fs/cd9660
|
|
|
|
SRCS+= cd9660_strings.c cd9660_debug.c cd9660_eltorito.c
|
|
SRCS+= cd9660_write.c cd9660_conversion.c iso9660_rrip.c cd9660_archimedes.c
|
|
|
|
.if !defined(HOSTPROGNAME)
|
|
.for f in cd9660_debug cd9660_write
|
|
COPTS.${f}.c+= -Wno-pointer-sign
|
|
.endfor
|
|
.endif
|