# Makefile for the strdup_test kernel module (DF-0716 test harness).
# Build on the guest:  make
# Requires smbfs.ko to be loaded at runtime (for smb_strdupin/smb_strfree).

.PATH:	${.CURDIR}

KMOD=	strdup_test
SRCS=	strdup_test.c

# Point at the kernel build directory for config headers.
KERNBUILDDIR=	/usr/obj/usr/src/sys/X86_64_GENERIC

.include <bsd.kmod.mk>
