diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-03-04 10:10:17 +0000 |
| commit | 193d9e768ba63fcfb187cfd17f461f7d41345048 (patch) | |
| tree | 0bd611a14f41427d2dd6120d82a36544617899be /sys/modules/udf_iconv | |
| parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) | |
Notes
Diffstat (limited to 'sys/modules/udf_iconv')
| -rw-r--r-- | sys/modules/udf_iconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/udf_iconv/Makefile b/sys/modules/udf_iconv/Makefile index 008f722bcba1..21d31bb8c225 100644 --- a/sys/modules/udf_iconv/Makefile +++ b/sys/modules/udf_iconv/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../fs/udf +.PATH: ${SRCTOP}/sys/fs/udf KMOD= udf_iconv SRCS= udf_iconv.c -CFLAGS+= -I${.CURDIR}/../../ +CFLAGS+= -I${SRCTOP}/sys/ .include <bsd.kmod.mk> |
