mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
6 lines
128 B
Makefile
6 lines
128 B
Makefile
PROG= mkisofs
|
|
MAN8= mkisofs.8
|
|
SRCS= mkisofs.c tree.c write.c hash.c rock.c exclude.c
|
|
CFLAGS+= -D__BSD__
|
|
|
|
.include <bsd.prog.mk>
|