summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/lib/brand/bhyve/zone/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/bhyve/zone/Makefile b/usr/src/lib/brand/bhyve/zone/Makefile
index f778fda27a..d7e957072c 100644
--- a/usr/src/lib/brand/bhyve/zone/Makefile
+++ b/usr/src/lib/brand/bhyve/zone/Makefile
@@ -20,7 +20,7 @@ PROGS = attach detach statechange uninstall
PROG1 = boot
PROG2 = bhhwcompat
PROGS += $(PROG1) $(PROG2)
-CLEANFILES += $(PROGS)
+CLEANFILES += $(PROG1) $(PROG2)
$(PROG1) := LDLIBS += -lnvpair
$(PROG2) := CPPFLAGS = -I$(COMPAT)/freebsd -I$(CONTRIB)/freebsd \