diff options
Diffstat (limited to 'usr.sbin/ntp/doc/scripts/Makefile')
-rw-r--r-- | usr.sbin/ntp/doc/scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/doc/scripts/Makefile b/usr.sbin/ntp/doc/scripts/Makefile index 13adda7..5cc430b 100644 --- a/usr.sbin/ntp/doc/scripts/Makefile +++ b/usr.sbin/ntp/doc/scripts/Makefile @@ -10,6 +10,6 @@ FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \ misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css .endif -.PATH: ${.CURDIR}/../../../../contrib/ntp/html/scripts +.PATH: ${SRCTOP}/contrib/ntp/html/scripts .include <bsd.prog.mk> |