c6063d0da8
from the latter.
22 lines
303 B
Makefile
22 lines
303 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Hand installing our scripts and optionally (based on MK_CDDL) installing
|
|
# the DTraceToolkit.
|
|
#
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= ${_toolkit}
|
|
|
|
.if ${MK_CDDL} != "no"
|
|
_toolkit= toolkit
|
|
.endif
|
|
|
|
SCRIPTS= nfsclienttime hotopen
|
|
|
|
SCRIPTSDIR= ${SHAREDIR}/dtrace
|
|
|
|
NO_OBJ=
|
|
|
|
.include <bsd.prog.mk>
|