]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/cddl/Makefile
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / tests / sys / cddl / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 TESTSDIR=       ${TESTSBASE}/sys/cddl
6
7 TESTS_SUBDIRS+= ${_zfs}
8
9 .if ${MK_ZFS} != "no"
10 _zfs=   zfs
11 .endif
12
13 .include <bsd.test.mk>