[Midnightbsd-cvs] src [11856] trunk/share/examples: remove portal

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 13 08:51:43 EDT 2018


Revision: 11856
          http://svnweb.midnightbsd.org/src/?rev=11856
Author:   laffer1
Date:     2018-07-13 08:51:43 -0400 (Fri, 13 Jul 2018)
Log Message:
-----------
remove portal

Modified Paths:
--------------
    trunk/share/examples/Makefile

Removed Paths:
-------------
    trunk/share/examples/portal/

Modified: trunk/share/examples/Makefile
===================================================================
--- trunk/share/examples/Makefile	2018-07-13 12:50:08 UTC (rev 11855)
+++ trunk/share/examples/Makefile	2018-07-13 12:51:43 UTC (rev 11856)
@@ -12,7 +12,6 @@
 	drivers \
 	etc \
 	find_interface \
-	hast \
 	ibcs2 \
 	indent \
 	ipfw \
@@ -23,13 +22,13 @@
 	mdoc \
 	netgraph \
 	perfmon \
-	portal \
 	ppi \
 	ppp \
 	printing \
 	ses \
 	scsi_target \
-	sunrpc
+	sunrpc \
+	uefisign
 
 XFILES=	IPv6/USAGE \
 	MidnightBSD_version/MidnightBSD_version.c \
@@ -56,11 +55,6 @@
 	find_interface/Makefile \
 	find_interface/README \
 	find_interface/find_interface.c \
-	hast/ucarp.sh \
-	hast/ucarp_down.sh \
-	hast/ucarp_up.sh \
-	hast/vip-down.sh \
-	hast/vip-up.sh \
 	ibcs2/README \
 	ibcs2/hello.uu \
 	indent/indent.pro \
@@ -111,8 +105,6 @@
 	perfmon/Makefile \
 	perfmon/README \
 	perfmon/perfmon.c \
-	portal/README \
-	portal/portal.conf \
 	ppi/Makefile \
 	ppi/ppilcd.c \
 	ppp/chap-auth \
@@ -185,12 +177,39 @@
 	sunrpc/sort/Makefile \
 	sunrpc/sort/rsort.c \
 	sunrpc/sort/sort.x \
-	sunrpc/sort/sort_proc.c
+	sunrpc/sort/sort_proc.c \
+	uefisign/uefikeys
 
 BINDIR= ${SHAREDIR}/examples
 
 NO_OBJ=
 
+.if ${MK_HAST} != "no"
+LDIRS+=		hast
+XFILES+=	hast/ucarp.sh \
+		hast/ucarp_down.sh \
+		hast/ucarp_up.sh \
+		hast/vip-down.sh \
+		hast/vip-up.sh
+.endif
+
+.if ${MK_USB} != "no"
+LDIRS+=		libusb20
+XFILES+=	libusb20/Makefile \
+		libusb20/README \
+		libusb20/util.c \
+		libusb20/util.h \
+		libusb20/bulk.c \
+		libusb20/control.c
+.endif
+
+.if ${MACHINE_CPUARCH} == "amd64"
+.if ${MK_BHYVE} != "no"
+LDIRS+=		bhyve
+XFILES+=	bhyve/vmrun.sh
+.endif
+.endif
+
 # Define SHARED to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies''); (latter useful
 # in environments where it's not possible to keep /sys publicly readable)
@@ -233,6 +252,10 @@
 .endif
 .endif
 
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
 SUBDIR_PARALLEL=
 
 .include <bsd.subdir.mk>



More information about the Midnightbsd-cvs mailing list