Remove the minix 'clone' command alias.
This commit is contained in:
parent
e91d931d7d
commit
aa42023c44
2 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ PROG= cp
|
||||||
BINDIR= /bin
|
BINDIR= /bin
|
||||||
MAN=
|
MAN=
|
||||||
|
|
||||||
LINKS+= ${BINDIR}/cp ${BINDIR}/clone
|
|
||||||
LINKS+= ${BINDIR}/cp ${BINDIR}/cpdir
|
LINKS+= ${BINDIR}/cp ${BINDIR}/cpdir
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
./bin/cd minix-sys
|
./bin/cd minix-sys
|
||||||
./bin/chgrp minix-sys
|
./bin/chgrp minix-sys
|
||||||
./bin/chmod minix-sys
|
./bin/chmod minix-sys
|
||||||
./bin/clone minix-sys
|
|
||||||
./bin/command minix-sys
|
./bin/command minix-sys
|
||||||
./bin/cp minix-sys
|
./bin/cp minix-sys
|
||||||
./bin/cpdir minix-sys
|
./bin/cpdir minix-sys
|
||||||
|
|
Loading…
Reference in a new issue