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 <blakesgentry@gmail.com>
This commit is contained in:
parent
6ef7a57b2e
commit
8ed532809f
1
Makefile
1
Makefile
@ -29,7 +29,6 @@ install: all
|
|||||||
chmod +x ${SBINDIR}/ndppd
|
chmod +x ${SBINDIR}/ndppd
|
||||||
cp ndppd.1.gz ${MANDIR}/man1
|
cp ndppd.1.gz ${MANDIR}/man1
|
||||||
cp ndppd.conf.5.gz ${MANDIR}/man5
|
cp ndppd.conf.5.gz ${MANDIR}/man5
|
||||||
cp nd-proxy ${SBINDIR}
|
|
||||||
|
|
||||||
ndppd.1.gz:
|
ndppd.1.gz:
|
||||||
${GZIP} < ndppd.1 > ndppd.1.gz
|
${GZIP} < ndppd.1 > ndppd.1.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user