mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 09:55:24 -04:00
8 lines
114 B
Makefile
8 lines
114 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../isofs/cd9660
|
||
|
|
KMOD= cd9660_iconv
|
||
|
|
SRCS= cd9660_iconv.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|