[Midnightbsd-cvs] src [11399] trunk/libexec/hyperv: add hyperv
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Jul 6 21:00:55 EDT 2018
Revision: 11399
http://svnweb.midnightbsd.org/src/?rev=11399
Author: laffer1
Date: 2018-07-06 21:00:54 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
add hyperv
Added Paths:
-----------
trunk/libexec/hyperv/
trunk/libexec/hyperv/Makefile
Added: trunk/libexec/hyperv/Makefile
===================================================================
--- trunk/libexec/hyperv/Makefile (rev 0)
+++ trunk/libexec/hyperv/Makefile 2018-07-07 01:00:54 UTC (rev 11399)
@@ -0,0 +1,12 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/libexec/hyperv/Makefile 322129 2017-08-07 02:15:13Z sephe $
+
+.PATH: ${SRCTOP}/contrib/hyperv/tools/scripts
+
+BINDIR= ${LIBEXECDIR}/hyperv
+
+SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
+SCRIPTS+= hyperv_vfattach hyperv_vfup
+NO_OBJ=
+
+.include <bsd.prog.mk>
Property changes on: trunk/libexec/hyperv/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list