aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-11-26 08:44:05 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-11-26 08:44:05 +0000
commit466046ec0d4dec84ee133aa1b6b22f9eaf6defa5 (patch)
tree1e545b137f392494b8f6647696e53ca2545cf29a /share/examples
parent7e57795a34b906cdc7bf3356d968422bb453dd04 (diff)
Notes
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 609344f66e2d0..7fd8723aa30cf 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -13,7 +13,6 @@ LDIRS= BSD_daemon \
drivers \
etc \
find_interface \
- hast \
ibcs2 \
indent \
ipfw \
@@ -62,11 +61,6 @@ XFILES= BSD_daemon/FreeBSD.pfa \
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 \
@@ -210,6 +204,15 @@ LDIRS+= bhyve
XFILES+= bhyve/vmrun.sh
.endif
+.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
+
beforeinstall: ${SHARED} etc-examples
.ORDER: ${SHARED} etc-examples