mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
|
#!/bin/sh -
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
# Do sparc64 specific processing
|
||
|
#
|
||
|
|
||
|
echo -n 'Initial rc.sparc64 initialization:'
|
||
|
|
||
|
echo '.'
|