From 44baa85fb53c2d87c04cd1e63e55aa243406effb Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Wed, 3 Apr 2019 10:57:50 -0600 Subject: [PATCH] Install run_capture. --- install/powder-fixed/GNUmakefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/powder-fixed/GNUmakefile.in b/install/powder-fixed/GNUmakefile.in index d511111f7..54e510c88 100644 --- a/install/powder-fixed/GNUmakefile.in +++ b/install/powder-fixed/GNUmakefile.in @@ -37,7 +37,8 @@ all: $(TARGETS) include $(TESTBED_SRCDIR)/GNUmakerules -install: $(INSTALL_ETCDIR)/dhcpd.conf.frag.one +install: $(INSTALL_ETCDIR)/dhcpd.conf.frag.one \ + $(INSTALL_SBINDIR)/run_capture clean: rm -f $(TARGETS) -- GitLab