Skip to content

Commit

Permalink
debian: Changes for debian builds
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Paasch <[email protected]>
  • Loading branch information
cpaasch committed Mar 9, 2018
1 parent d80f35e commit 15f0f48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,10 @@ installbin:
@echo
install -m 0755 -d ${BASEDIR}${SBINDIR}
install -m 0755 -d ${BASEDIR}${BINDIR}
install -m 0755 ifconfig ${BASEDIR}${BINDIR}
install -m 0755 ifconfig ${BASEDIR}${SBINDIR}
install -m 0755 nameif ${BASEDIR}${SBINDIR}
install -m 0755 netstat ${BASEDIR}${BINDIR}
install -m 0755 route ${BASEDIR}${BINDIR}
install -m 0755 route ${BASEDIR}${SBINDIR}
ifeq ($(HAVE_ARP_TOOLS),1)
install -m 0755 arp ${BASEDIR}${SBINDIR}
install -m 0755 rarp ${BASEDIR}${SBINDIR}
Expand Down
2 changes: 1 addition & 1 deletion config.in
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ bool 'InfiniBand hardware support' HAVE_HWIB y
*
bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
bool 'Build arp and rarp' HAVE_ARP_TOOLS y
bool 'Build hostname' HAVE_HOSTNAME_TOOLS y
bool 'Build hostname' HAVE_HOSTNAME_TOOLS n
bool 'Install hostname NIS/YP symlinks' HAVE_HOSTNAME_SYMLINKS y
bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y
bool 'Build mii-tool' HAVE_MII y
Expand Down

0 comments on commit 15f0f48

Please sign in to comment.