daddfa7cc7
- cd9660 relies on an #include "iso.h" but does not build any .c files out of source, so remove reach-over .PATH - ffs does not rely on any sys/ headers, so remove -I from CFLAGS. - ffs_tables from sys/ is used by ffs; move the SRCS entry from the top- level Makefile to ffs' Makefile.inc. Sponsored by: The FreeBSD Foundation
10 lines
206 B
Makefile
10 lines
206 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCDIR}/cd9660
|
|
|
|
CFLAGS+=-I${SRCTOP}/sys/fs/cd9660/
|
|
|
|
SRCS+= cd9660_strings.c cd9660_debug.c cd9660_eltorito.c \
|
|
cd9660_write.c cd9660_conversion.c iso9660_rrip.c cd9660_archimedes.c
|