Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
aa6c8854
Commit
aa6c8854
authored
Dec 31, 2011
by
Bernd Eckenfels
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://net-tools.git.sourceforge.net/gitroot/net-tools/net-tools
parents
36425318
36b541c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
Makefile
Makefile
+7
-2
configure.sh
configure.sh
+8
-0
No files found.
Makefile
View file @
aa6c8854
...
...
@@ -225,16 +225,21 @@ mii-tool: mii-tool.o
$(CC)
$(LDFLAGS)
-o
mii-tool mii-tool.o
installbin
:
@
echo
@
echo
"######################################################"
@
echo
"Notice: ifconfig and route are now installed into /bin"
@
echo
"######################################################"
@
echo
install
-m
0755
-d
${BASEDIR}
/sbin
install
-m
0755
-d
${BASEDIR}
/bin
install
-m
0755 arp
${BASEDIR}
/sbin
install
-m
0755
hostname
${BASEDIR}
/bin
install
-m
0755 ifconfig
${BASEDIR}
/
s
bin
install
-m
0755 ifconfig
${BASEDIR}
/bin
install
-m
0755 nameif
${BASEDIR}
/sbin
install
-m
0755 netstat
${BASEDIR}
/bin
install
-m
0755 plipconfig
$(BASEDIR)
/sbin
install
-m
0755 rarp
${BASEDIR}
/sbin
install
-m
0755 route
${BASEDIR}
/
s
bin
install
-m
0755 route
${BASEDIR}
/bin
install
-m
0755 slattach
$(BASEDIR)
/sbin
ifeq
($(HAVE_IP_TOOLS),1)
install
-m
0755 ipmaddr
$(BASEDIR)
/sbin
...
...
configure.sh
View file @
aa6c8854
...
...
@@ -39,6 +39,14 @@ MAKECONFIG=config.make
[
-z
"
$BASH
"
]
&&
{
echo
"Configure requires bash"
1>&2
;
exit
1
;
}
cat
<<
EOF
######################################################
Notice: ifconfig and route are now installed into /bin
######################################################
EOF
# Disable filename globbing once and for all.
# Enable function cacheing.
set
-f
-h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment