freebsd-dev/sys/modules/cd9660_iconv/Makefile
Craig Rodrigues d139ce67c0 Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.
Continue to install userland include files in /usr/include/isofs/cd9660
so as not to break userland applications such as libstand.
2007-02-11 14:01:32 +00:00

8 lines
111 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../fs/cd9660
KMOD= cd9660_iconv
SRCS= cd9660_iconv.c
.include <bsd.kmod.mk>