mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
Continue to install userland include files in /usr/include/isofs/cd9660 so as not to break userland applications such as libstand.
7 lines
111 B
Makefile
7 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/cd9660
|
|
KMOD= cd9660_iconv
|
|
SRCS= cd9660_iconv.c
|
|
|
|
.include <bsd.kmod.mk>
|