xref: /dflybsd-src/sys/dev/disk/xdisk/Makefile (revision ddfbb28327b89895f22ccf4c10952e6a0e2ca5de)
1*ddfbb283SMatthew Dillon# xdisk - Create network-controlled disk
2*ddfbb283SMatthew Dillon#
3*ddfbb283SMatthew DillonKMOD=	xdisk
4*ddfbb283SMatthew DillonSRCS=	xdisk.c
5*ddfbb283SMatthew Dillon
6*ddfbb283SMatthew Dillon.include <bsd.kmod.mk>
7