Skip to content

Commit

Permalink
remove cp nd-proxy from make install
Browse files Browse the repository at this point in the history
nd-proxy is not built by `make all`, so it shouldn't be copied by `make
install`.

Signed-off-by: Blake Gentry <blakesgentry@gmail.com>
  • Loading branch information
bgentry committed Aug 27, 2017
1 parent 6ef7a57 commit 8ed5328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ed5328

Please sign in to comment.