46783b12e3
a seperate directory hierarchy used to build tools). This boils down to replacing the use of ${.CURDIR} with either ${SRCDIR} or ${SRCTOP}. SRCDIR is defined as the directory in which the Makefile lives that bmake(1) is currently reading. Use SRCTOP when reaching outside of makefs's directory.
10 lines
231 B
Makefile
10 lines
231 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCDIR}/cd9660 ${SRCTOP}/sys/fs/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
|