]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/pty/Makefile
Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V
[FreeBSD/FreeBSD.git] / sys / modules / pty / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/pty
4
5 KMOD=   pty
6 SRCS=   pty.c
7
8 .include <bsd.kmod.mk>