mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
13 lines
251 B
Makefile
13 lines
251 B
Makefile
|
|
PROG= etdump
|
|
|
|
MAKEFS_SRC= ${SRCTOP}/usr.sbin/makefs
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/fs/cd9660 -I${MAKEFS_SRC} \
|
|
-I${MAKEFS_SRC}/cd9660
|
|
|
|
.PATH: ${MAKEFS_SRC}/cd9660
|
|
|
|
SRCS= etdump.c output_shell.c output_text.c cd9660_conversion.c
|
|
|
|
.include <bsd.prog.mk>
|