Makefile (416ba5c74546f32a993436a99516d35008e9f384) | Makefile (af6a5351a1fdb1130f18be6c782c4d48916eb971) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5FILESDIR= ${SHAREDIR}/doc/ntp/scripts 6 7.if ${MK_HTML} != "no" 8FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \ 9 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \ 10 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css 11.endif 12 | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5FILESDIR= ${SHAREDIR}/doc/ntp/scripts 6 7.if ${MK_HTML} != "no" 8FILES= accopt.txt audio.txt authopt.txt clockopt.txt command.txt config.txt \ 9 confopt.txt external.txt footer.txt hand.txt install.txt manual.txt \ 10 misc.txt miscopt.txt monopt.txt refclock.txt special.txt style.css 11.endif 12 |
13.PATH: ${.CURDIR}/../../../../contrib/ntp/html/scripts | 13.PATH: ${SRCTOP}/contrib/ntp/html/scripts |
14 15.include <bsd.prog.mk> | 14 15.include <bsd.prog.mk> |