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>
|