From c9202d5e4906e9f263fb95d81214a9cbf44a3345 Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 11 Feb 2007 14:01:32 +0000 Subject: 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. --- sys/modules/cd9660/Makefile | 2 +- sys/modules/cd9660_iconv/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile index 6dffbc9..5fbc1b7 100644 --- a/sys/modules/cd9660/Makefile +++ b/sys/modules/cd9660/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../isofs/cd9660 +.PATH: ${.CURDIR}/../../fs/cd9660 KMOD= cd9660 SRCS= vnode_if.h \ diff --git a/sys/modules/cd9660_iconv/Makefile b/sys/modules/cd9660_iconv/Makefile index 49104d3..48ddb56 100644 --- a/sys/modules/cd9660_iconv/Makefile +++ b/sys/modules/cd9660_iconv/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../isofs/cd9660 +.PATH: ${.CURDIR}/../../fs/cd9660 KMOD= cd9660_iconv SRCS= cd9660_iconv.c -- cgit v1.1