]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/packages/include/Makefile
Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig / packages / include / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=
4
5 FILESDIR=       ${LIBEXECDIR}/bsdconfig/030.packages/include
6 FILES=          messages.subr
7
8 beforeinstall:
9         mkdir -p ${DESTDIR}${FILESDIR}
10
11 .include <bsd.prog.mk>