d139ce67c0
Continue to install userland include files in /usr/include/isofs/cd9660 so as not to break userland applications such as libstand.
8 lines
111 B
Makefile
8 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/cd9660
|
|
KMOD= cd9660_iconv
|
|
SRCS= cd9660_iconv.c
|
|
|
|
.include <bsd.kmod.mk>
|