From 8ed532809f67b003d2481a8237b0178dcfbe22cf Mon Sep 17 00:00:00 2001 From: Blake Gentry Date: Sun, 27 Aug 2017 14:26:23 -0700 Subject: [PATCH] remove cp nd-proxy from make install nd-proxy is not built by `make all`, so it shouldn't be copied by `make install`. Signed-off-by: Blake Gentry --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d2af3c5..00ca22b 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,6 @@ install: all chmod +x ${SBINDIR}/ndppd cp ndppd.1.gz ${MANDIR}/man1 cp ndppd.conf.5.gz ${MANDIR}/man5 - cp nd-proxy ${SBINDIR} ndppd.1.gz: ${GZIP} < ndppd.1 > ndppd.1.gz