mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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>
|