mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
6 lines
96 B
Makefile
6 lines
96 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/fs/cd9660
|
|
KMOD= cd9660_iconv
|
|
SRCS= cd9660_iconv.c
|
|
|
|
.include <bsd.kmod.mk>
|