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/cc/cc_htcp/Makefile | |
parent | abe427af75e9478f8ab875b40333d594d1fb46ac (diff) | |
download | src-193d9e768ba63fcfb187cfd17f461f7d41345048.tar.gz src-193d9e768ba63fcfb187cfd17f461f7d41345048.zip |
Notes
Diffstat (limited to 'sys/modules/cc/cc_htcp/Makefile')
-rw-r--r-- | sys/modules/cc/cc_htcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cc/cc_htcp/Makefile b/sys/modules/cc/cc_htcp/Makefile index 787a709753a0..99f3f8f8f99d 100644 --- a/sys/modules/cc/cc_htcp/Makefile +++ b/sys/modules/cc/cc_htcp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../../netinet/cc +.PATH: ${SRCTOP}/sys/netinet/cc KMOD= cc_htcp SRCS= cc_htcp.c |